Initial revision

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-09-03 00:56:30 +00:00
parent 304056caed
commit 2f5b2c30f3
778 changed files with 114777 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifdef WIN32
#define HAVE_STRICMP
#define HAVE_STRUPR
#endif
#ifndef HAVE_STRICMP
#define stricmp strcasecmp
#endif
#ifndef HAVE_STRUPR
char *strupr(char *str);
#endif