Fix Windows compiler error.
parent
9a1147d1c9
commit
66880a3f27
|
@ -14,6 +14,7 @@ extern "C" {
|
|||
#include <unistd.h>
|
||||
#else
|
||||
#include <memoryapi.h>
|
||||
#include <sysinfoapi.h>
|
||||
#endif // !defined(WIN32)
|
||||
|
||||
static thread_local void* Heap_ = NULL;
|
||||
|
|
Loading…
Reference in New Issue