diff --git a/engine/common/launcher.c b/engine/common/launcher.c index 39d8f134..08fedf6b 100644 --- a/engine/common/launcher.c +++ b/engine/common/launcher.c @@ -27,7 +27,9 @@ GNU General Public License for more details. #include #endif +#if XASH_WIN32 #define XASH_NOCONHOST 1 +#endif static char szGameDir[128]; // safe place to keep gamedir static int g_iArgc;