mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
game_launch: fix win32 build
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user