1
0
forked from GitHub/gf-core

fix for Windows

This commit is contained in:
Krasimir Angelov
2022-05-20 16:20:45 +02:00
parent 37e1707f18
commit f82b0088ed

View File

@@ -261,7 +261,7 @@ PgfDB::PgfDB(const char* filepath, int flags, int mode) {
}
hMutex = CreateMutex(NULL, FALSE, mutex_name);
if (hМutex == NULL) {
if (hMutex == NULL) {
if (fd < 0) {
::free(ms);
} else {