fix the compilation on Windows

This commit is contained in:
Krasimir Angelov
2022-05-20 15:40:59 +02:00
parent 6faaf0b7be
commit 43ca1079d7
2 changed files with 49 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ private:
#else
DWORD pid;
HANDLE hMap;
HANDLE hMutex;
HANDLE hRWEvent;
#endif
@@ -139,7 +140,6 @@ private:
#ifdef DEBUG_MEMORY_ALLOCATOR
PGF_INTERNAL_DECL void dump_free_blocks(object map);
#endif
PGF_INTERNAL_DECL object malloc_internal(size_t bytes);