mirror of
https://github.com/yawut/SDL.git
synced 2026-09-11 10:36:27 -05:00
Win32 fixes
This commit is contained in:
@@ -515,8 +515,8 @@ extern DECLSPEC int SDLCALL SDL_strncmp(const char *str1, const char *str2, size
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user