Fixed stricmp usage

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2286 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-03-23 00:34:25 +00:00
parent 98c9163dfa
commit fd8f174ea3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#define countof(a) ( sizeof(a)/sizeof(*a) )
#ifdef __WIN32__
#if defined(__WIN32__) || defined(WIN32) || defined(_WIN32)
# define HAVE_STRICMP
# define HAVE_STRUPR
#endif
+1
View File
@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "port.h"
#include "scriptlib.h"
#include "alist.h"
#include "stringbank.h"