1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-22 09:38:56 +08:00

Fix Mac tier1 build.

This commit is contained in:
Nicholas Hastings 2017-11-05 09:49:56 -05:00
parent 245ba001b2
commit 7aa0a55e70

View File

@ -13,6 +13,7 @@
#define _alloca alloca
#define _wtoi(arg) wcstol(arg, NULL, 10)
#define _wtoi64(arg) wcstoll(arg, NULL, 10)
#include <dlfcn.h>
#endif
#include <KeyValues.h>