diff include/SDL_stdinc.h @ 1510:720f8bb49d7d

Win32 fixes
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 02:06:33 +0000
parents 73dc5d39bbf8
children 845b1619c8f6
line wrap: on
line diff
--- a/include/SDL_stdinc.h	Mon Mar 13 01:47:03 2006 +0000
+++ b/include/SDL_stdinc.h	Mon Mar 13 02:06:33 2006 +0000
@@ -515,8 +515,8 @@
 
 #if HAVE_STRCASECMP
 #define SDL_strcasecmp  strcasecmp
-#elif HAVE_STRICMP
-#define SDL_strcasecmp  stricmp
+#elif HAVE__STRICMP
+#define SDL_strcasecmp  _stricmp
 #else
 extern DECLSPEC int SDLCALL SDL_strcasecmp(const char *str1, const char *str2);
 #endif