game_launch: fix build on windows

This commit is contained in:
Alibek Omarov 2019-08-09 02:51:32 +03:00
parent 00b9ac676e
commit a862e641f1

View File

@ -28,7 +28,7 @@ GNU General Public License for more details.
#endif
#define XASHLIB "xash.dll"
#define dlerror() GetStringLastError()
#include <windows.h>
#include <shellapi.h> // CommandLineToArgvW
#endif
#ifdef WIN32