mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
remove the dependency to pthread on Windows
This commit is contained in:
@@ -54,13 +54,15 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#include "ipc.h"
|
||||
|
||||
class PgfDB {
|
||||
private:
|
||||
int fd;
|
||||
const char *filepath;
|
||||
malloc_state* ms;
|
||||
|
||||
pthread_rwlock_t *rwlock;
|
||||
ipc_rwlock_t *rwlock;
|
||||
|
||||
#ifdef _WIN32
|
||||
HANDLE hMap;
|
||||
|
||||
Reference in New Issue
Block a user