Mercurial > sdl-ios-xcode
comparison include/SDL_config_win32.h @ 1512:845b1619c8f6
Added _strnicmp support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Mar 2006 02:12:39 +0000 |
parents | 720f8bb49d7d |
children | 30f189cdd82b |
comparison
equal
deleted
inserted
replaced
1511:de816bde0bf1 | 1512:845b1619c8f6 |
---|---|
101 #define HAVE_ATOI 1 | 101 #define HAVE_ATOI 1 |
102 #define HAVE_ATOF 1 | 102 #define HAVE_ATOF 1 |
103 #define HAVE_STRCMP 1 | 103 #define HAVE_STRCMP 1 |
104 #define HAVE_STRNCMP 1 | 104 #define HAVE_STRNCMP 1 |
105 #define HAVE__STRICMP 1 | 105 #define HAVE__STRICMP 1 |
106 #define HAVE__STRNICMP 1 | |
106 #define HAVE_SSCANF 1 | 107 #define HAVE_SSCANF 1 |
107 #else | 108 #else |
108 #define HAVE_STDARG_H 1 | 109 #define HAVE_STDARG_H 1 |
109 #define HAVE_STDDEF_H 1 | 110 #define HAVE_STDDEF_H 1 |
110 #endif | 111 #endif |