Correction.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2882 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user