utils: xar: Fix windows build with -Werror=implicit-function-declaration

This commit is contained in:
lewa_j
2025-10-11 19:26:27 +03:00
parent af585fec08
commit 5f707e37b1

View File

@@ -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;