launcher: oops, enable NOCONHOST only for Win32

This commit is contained in:
Alibek Omarov 2020-04-30 20:48:33 +03:00
parent 80a806aaad
commit e0dfc4c0b4
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@ GNU General Public License for more details.
#include <emscripten.h>
#endif
#if XASH_WIN32
#define XASH_NOCONHOST 1
#endif
static char szGameDir[128]; // safe place to keep gamedir
static int g_iArgc;