Mercurial > sdl-ios-xcode
diff src/stdlib/SDL_string.c @ 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/src/stdlib/SDL_string.c Mon Mar 13 01:47:03 2006 +0000 +++ b/src/stdlib/SDL_string.c Mon Mar 13 02:06:33 2006 +0000 @@ -661,7 +661,7 @@ } #endif -#if !defined(HAVE_STRCASECMP) && !defined(HAVE_STRICMP) +#if !defined(HAVE_STRCASECMP) && !defined(HAVE__STRICMP) int SDL_strcasecmp(const char *str1, const char *str2) { char a = 0;