mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
minimal changes to make the runtime compilable on Windows
This commit is contained in:
@@ -62,6 +62,10 @@ private:
|
||||
|
||||
pthread_rwlock_t *rwlock;
|
||||
|
||||
#ifdef _WIN32
|
||||
HANDLE hMap;
|
||||
#endif
|
||||
|
||||
friend class PgfReader;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user