game_launch: fix win32 build
This commit is contained in:
parent
e44718d531
commit
7a88379917
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ GNU General Public License for more details.
|
|||
#define GetProcAddress( x, y ) dlsym( x, y )
|
||||
#define FreeLibrary( x ) dlclose( x )
|
||||
#elif XASH_WIN32
|
||||
#include <shellapi.h> // CommandLineToArgvW
|
||||
#define XASHLIB "xash.dll"
|
||||
#define SDL2LIB "SDL2.dll"
|
||||
#define dlerror() GetStringLastError()
|
||||
|
|
Loading…
Add table
Reference in a new issue