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:
parent
245ba001b2
commit
7aa0a55e70
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user