mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
utils: xar: Fix windows build with -Werror=implicit-function-declaration
This commit is contained in:
@@ -28,6 +28,7 @@ GNU General Public License for more details.
|
||||
#define FreeLibrary( x ) dlclose( x )
|
||||
#elif XASH_WIN32
|
||||
#include <windows.h>
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
||||
static void *g_hModule;
|
||||
|
||||
Reference in New Issue
Block a user