Get rid of warning.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1667 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-22 01:40:55 +00:00
parent b2e3378b99
commit 0b3e4adb8d
@@ -33,9 +33,9 @@
#include <malloc.h> #include <malloc.h>
#endif #endif
#include <stdarg.h> #include <stdarg.h>
#if defined(__OS2__)||defined(__EMX__)||defined(WIN32) //#if defined(__OS2__)||defined(__EMX__)||defined(WIN32)
#define strcasecmp(s,t) stricmp(s,t) //#define strcasecmp(s,t) stricmp(s,t)
#endif //#endif
#include "mikmod_build.h" #include "mikmod_build.h"
#include "port.h" #include "port.h"