launcher: oops, enable NOCONHOST only for Win32
This commit is contained in:
parent
80a806aaad
commit
e0dfc4c0b4
1 changed files with 2 additions and 0 deletions
|
@ -27,7 +27,9 @@ GNU General Public License for more details.
|
||||||
#include <emscripten.h>
|
#include <emscripten.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if XASH_WIN32
|
||||||
#define XASH_NOCONHOST 1
|
#define XASH_NOCONHOST 1
|
||||||
|
#endif
|
||||||
|
|
||||||
static char szGameDir[128]; // safe place to keep gamedir
|
static char szGameDir[128]; // safe place to keep gamedir
|
||||||
static int g_iArgc;
|
static int g_iArgc;
|
||||||
|
|
Loading…
Add table
Reference in a new issue