Correction.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2882 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-12-23 04:54:41 +00:00
parent 23c74b2b63
commit c1bafdfc45
+2 -2
View File
@@ -49,9 +49,9 @@
// conflicts with SDL.
#if !defined(HAVE_STRICMP) && !defined(HAVE_STRCASECMP_UQM)
# error Neither stricmp() nor strcasecmp() is available.
#elif defined(HAVE_STRCASECMP_UQM)
#elif !defined(HAVE_STRICMP)
# define stricmp strcasecmp
#elif defined(HAVE_STRICMP)
#elif !defined(HAVE_STRCASECMP_UQM)
# define strcasecmp stricmp
#else
// We should take care not to define anything if both strcasecmp() and