- bugfix for linux builds after compiler warning cleanup

This commit is contained in:
Mark Vejvoda 2010-10-21 17:49:14 +00:00
parent be979590c1
commit ba088e9258

View File

@ -39,6 +39,7 @@
#ifndef WIN32 #ifndef WIN32
#define stricmp strcasecmp #define stricmp strcasecmp
#define strnicmp strncasecmp #define strnicmp strncasecmp
#define _strnicmp strncasecmp
#endif #endif
using namespace std; using namespace std;