minimal changes to make the runtime compilable on Windows

This commit is contained in:
krangelov
2021-11-10 15:52:02 +01:00
parent 81eb2217ac
commit c806ce2d26
6 changed files with 99 additions and 28 deletions

View File

@@ -62,6 +62,10 @@ private:
pthread_rwlock_t *rwlock;
#ifdef _WIN32
HANDLE hMap;
#endif
friend class PgfReader;
public: