Added _strnicmp support

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401516
This commit is contained in:
Sam Lantinga 2006-03-13 02:12:39 +00:00
parent 2dffc45236
commit 393b8049ba
5 changed files with 6 additions and 2 deletions

View file

@ -103,6 +103,7 @@ typedef unsigned int uintptr_t;
#define HAVE_STRCMP 1
#define HAVE_STRNCMP 1
#define HAVE__STRICMP 1
#define HAVE__STRNICMP 1
#define HAVE_SSCANF 1
#else
#define HAVE_STDARG_H 1