mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
fix the compilation on Windows
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user