game_launch: fix build on windows
This commit is contained in:
parent
00b9ac676e
commit
a862e641f1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ GNU General Public License for more details.
|
||||||
#endif
|
#endif
|
||||||
#define XASHLIB "xash.dll"
|
#define XASHLIB "xash.dll"
|
||||||
#define dlerror() GetStringLastError()
|
#define dlerror() GetStringLastError()
|
||||||
#include <windows.h>
|
#include <shellapi.h> // CommandLineToArgvW
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
Loading…
Add table
Reference in a new issue