- 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
1 changed files with 1 additions and 0 deletions

View File

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