Fix Windows compiler error.

ms-hamlib-compile-error
Mooneer Salem 2025-06-14 00:38:25 -07:00
parent 9a1147d1c9
commit 66880a3f27
1 changed files with 1 additions and 0 deletions

View File

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