define strcasecmp to stricmp if the latter is available.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1647 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
|
||||
#ifndef HAVE_STRICMP
|
||||
# define stricmp strcasecmp
|
||||
#else
|
||||
# define strcasecmp stricmp
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_STRUPR
|
||||
|
||||
Reference in New Issue
Block a user