mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 02:50:33 +00:00
game_launch: fix build on windows
This commit is contained in:
parent
00b9ac676e
commit
a862e641f1
@ -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…
x
Reference in New Issue
Block a user