From e0dfc4c0b4c3c336557b6f7e71fcfc9e60065d15 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 30 Apr 2020 20:48:33 +0300 Subject: [PATCH] launcher: oops, enable NOCONHOST only for Win32 --- engine/common/launcher.c | 2 ++ 1 file changed, 2 insertions(+) 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;