From ba088e925894a10e49b74dd03c772b6d7f1822e9 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 21 Oct 2010 17:49:14 +0000 Subject: [PATCH] - bugfix for linux builds after compiler warning cleanup --- source/glest_game/main/main.cpp | 1 + 1 file changed, 1 insertion(+) 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;