From fcb40e8f6399a31962487fa2376bf3d7bbc17196 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Wed, 18 Dec 2002 20:49:44 +0000 Subject: [PATCH] Map strcasecmp to _stricmp. --- include/msvcrt/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msvcrt/string.h b/include/msvcrt/string.h index ee3ddbbf998..f8258c65aa2 100644 --- a/include/msvcrt/string.h +++ b/include/msvcrt/string.h @@ -121,7 +121,7 @@ MSVCRT(size_t) MSVCRT(wcsxfrm)(MSVCRT(wchar_t)*,const MSVCRT(wchar_t)*,MSVCRT(s #ifndef USE_MSVCRT_PREFIX #define memccpy _memccpy #define memicmp _memicmp -#define strcasecmp _strcasecmp +#define strcasecmp _stricmp #define strcmpi _strcmpi #define strdup _strdup #define stricmp _stricmp