Browse Source

game_launch: fix build on windows

pull/2/head
Alibek Omarov 5 years ago
parent
commit
a862e641f1
  1. 2
      game_launch/game.cpp

2
game_launch/game.cpp

@ -28,7 +28,7 @@ GNU General Public License for more details. @@ -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

Loading…
Cancel
Save