search for: strncmpiw

Displaying 3 results from an estimated 3 matches for "strncmpiw".

2019 May 10
0
Wine release 4.8
...t() callback funtion cdecl. uninstaller: Explicitly mark a qsort() callback funtion cdecl. winefile: Explicitly mark qsort() callback funtions cdecl. winhttp/tests: Get a test file from the WineHQ tests subdirectory. include/msvcrt: Add inttypes.h header. advapi32: Use strncmpiW instead of memicmpW for strings without embedded nulls. atl: Use strncmpiW instead of memicmpW for strings without embedded nulls. fusion: Use strncmpiW instead of memicmpW for strings without embedded nulls. kernel32: Use strncmpiW instead of memicmpW for strings without embedded...
2020 Jul 17
0
Wine release 5.13
...et function. msvcrt: Don't use strcmpW in wcscmp. msvcrt: Don't use strcmpiW in _wcsicoll_l. msvcrt: Don't use strcmpiW in _wcsicmp_l. msvcrt: Don't use strncmpW in wcsncmp. msvcrt: Don't use strncmpW in msvcrt_get_flags. msvcrt: Don't use strncmpiW in _wcsnicoll_l. msvcrt: Don't use strncmpiW in _wcsnicmp_l. msvcrt: Use _wcsnicmp instead of strnicmpW. msvcrt: Remove unused parameter in pf_integer_conv. msvcrt: Don't use strstrW in wcsstr. msvcrt: Use _iswctype_l in _iswspace_l function. msvcrt: Don&...
2020 Mar 27
0
Wine release 5.5
...rn a handle to the vxd file itself instead of creating a dummy file. krnl386: Get rid of DOS parallel port I/O support. ntdll: Update some string functions prototypes to match msvcrt. ntdll: Use wcsicmp() instead of strcmpiW() where possible. ntdll: Use wcsnicmp() instead of strncmpiW() where possible. ntdll: Use RtlEqualUnicodeString() instead of strcmpiW(). ntdll: Use RtlCompareUnicodeStrings() instead of strncmpiW(). ntdll: Use the ascii_to_unicode() helper to compare relay module names. ntdll: Use wcsupr() instead of toupperW(). ntdll: Use wcslw...