Commit fcb40e8f authored by Dimitrie O. Paun's avatar Dimitrie O. Paun Committed by Alexandre Julliard

Map strcasecmp to _stricmp.

parent 99c85263
...@@ -121,7 +121,7 @@ MSVCRT(size_t) MSVCRT(wcsxfrm)(MSVCRT(wchar_t)*,const MSVCRT(wchar_t)*,MSVCRT(s ...@@ -121,7 +121,7 @@ MSVCRT(size_t) MSVCRT(wcsxfrm)(MSVCRT(wchar_t)*,const MSVCRT(wchar_t)*,MSVCRT(s
#ifndef USE_MSVCRT_PREFIX #ifndef USE_MSVCRT_PREFIX
#define memccpy _memccpy #define memccpy _memccpy
#define memicmp _memicmp #define memicmp _memicmp
#define strcasecmp _strcasecmp #define strcasecmp _stricmp
#define strcmpi _strcmpi #define strcmpi _strcmpi
#define strdup _strdup #define strdup _strdup
#define stricmp _stricmp #define stricmp _stricmp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment