diff --git a/source/glest_game/main/main.cpp b/source/glest_game/main/main.cpp index c6042784..ea14ed8e 100644 --- a/source/glest_game/main/main.cpp +++ b/source/glest_game/main/main.cpp @@ -39,6 +39,7 @@ #ifndef WIN32 #define stricmp strcasecmp #define strnicmp strncasecmp + #define _strnicmp strncasecmp #endif using namespace std;