search for: comparestring

Displaying 8 results from an estimated 8 matches for "comparestring".

Did you mean: comparestringw
2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731 you get a warning message. // generates a warning CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1); These warning relates to the defines found in include/winbase.h file where we have: UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); UINT WINAPI CompareStringW(DWORD,DWORD,LPCWSTR,DWORD,LPCWSTR,DWORD); In the Borland 5.2 include...
2014 Nov 28
0
Wine release 1.7.32
...ests. Qian Hong (1): comdlg32/tests: Fixed memory leak (Valgrind). Ralf Habacker (1): comdlg32: Update dmFormName when changing paper size in print UI. Sebastian Lackner (29): server: Close fd if there is no space in thread inflight fd list. comctl32: Fix invalid usage of CompareString in StrStr functions. shlwapi: Fix invalid usage of CompareString in StrStr functions. server: Avoid leaking file descriptors if create_console_input fails. server: Avoid leaking file descriptor on error in create_file_for_fd. server: Avoid leaking file descriptor on error in...
2015 Dec 25
0
Wine release 1.9.0
...Update Lithuanian translation. Austin English (10): iexplore: Sync registry and program resource values. setupx.dll16: Add DiBuildDriverIndex stub. tdi.sys: Add a stub dll. api-ms-win-core-path-l1-1-0: Add stub dll. hal: Add READ_PORT_ULONG stub. kernel32: Make CompareStringEx semi-stub flag FIXME only show once. pdh: Add PdhGetLogFileTypeA/W stubs. setupapi: Add SetupDiSelectBestCompatDrv stubs. ntoskrnl.exe: Add RtlInitializeGenericTableAvl/RtlInsertElementGenericTableAvl stubs. api-ms-win-security-lsalookup-l1-1-0: New dll. Bruno Jesus (1):...
2012 Dec 21
0
Wine release 1.5.20
...s. msvcrt: Sync spec files. wined3d: Recognize Nvidia GT610 card. msvcrt: Fixed codepage setting code in create_locale. msvcrt: Fixed locale matching code. msvcrt: Added more setlocale tests. msvcrt: Use LC_COLLATE category in strcoll functions. msvcrt: Use CompareString in wcscoll functions. msvcrt: Don't fail when _aligned_offset_malloc is used with size=0. msvcrt: Don't call local_unwind2 when Cookie equals MSVCRT_JMP_MAGIC in longjmp. msvcrt: Added _set_fmode and _get_fmode implementation. msvcr100: Added _aligned_msize implement...
2011 May 13
0
Wine release 1.3.20
...mplementation. msvcrt: Added _is*_l functions implementation. msvcrt: Added _toupper_l implementation. msvcrt: Added _tolower_l implementation. msvcrt: Added _strlwr_s_l implementation. msvcrt: Added _strupr_s_l implementation. kernel32/tests: Add locale specific CompareString test. msvcrt: Added _strcoll_l implementation. msvcrt: Added _stricoll_l implementation. msvcrt: Added _strncoll_l implementation. msvcrt: Added _strnicoll_l implementation. msvcr: Update spec files. Rico Sch?ller (17): d3dx9: Implement ID3DXBaseEffect::GetValue...
2007 Jun 01
0
Wine release 0.9.38
...ION_TABLE. ddraw/tests: Fix compilation with Visual C++ 2005. rpcrt4/tests: Fix signed/unsigned and 32/64bit issues with the wiredatalen parameter. rpcrt4/tests: Fix a Visual C++ double to float conversion warning. setupapi/tests: There is no strncasecmp() on Windows. So use CompareString() instead. ntdll/tests: Remove an inappropriate const qualifier. gdi32/tests: Fix a signed/unsigned int mismatch. psapi/tests: Fix a signed/unsigned int mismatch. d3d8/tests: Fix the Visual C++ double to float conversion warnings. d3d9/tests: Fix the Visual C++ double...
2019 Dec 13
0
Wine release 5.0-rc1
...stack protection. configure: Get rid of the gcc strength-reduce bug check. kernel32: Move GetStringType functions to kernelbase. kernelbase: Directly use the wctype table for the IsChar* functions. kernel32: Move LCMapString functions to kernelbase. kernel32: Move the CompareString functions to kernelbase. kernel32: Move GeoID functions to kernelbase. kernel32: Remove __wine_kernel_init(). kernelbase: Add an OpenConsoleW() replacement wrapper. kernelbase: Add IsBadStringPtr() replacement functions. kernel32: Move timezone functions to kernelbase....
2012 Sep 28
0
Wine release 1.5.14
...macros instead of numeric literals when converting strings between ANSI and Unicode. shlwapi/tests: Add more PathCreateFromUrl() tests. shlwapi: Fix the declaration of UrlIsFileUrlW(). shell32/tests: Add a few more ShellExecute() file URL tests. kernel32: Add more flags for CompareString(). Assorted spelling fixes. include: Add more string types. shell32: Add some more function prototypes and fix the IsNetDrive() one. wininet: Check for the 'http:' protocol in a locale independent way. mshtml/tests: Add a trailing '\n' to an ok() call....