1
0
forked from GitHub/gf-core

make the .ngf file read/write on Windows

This commit is contained in:
Krasimir Angelov
2023-01-27 15:07:04 +01:00
parent a2df7ed2a6
commit e7cd5cd3f2

View File

@@ -175,7 +175,7 @@ PgfDB *pgf_new_ngf(PgfText *abstract_name,
#ifndef _WIN32
S_IRUSR | S_IWUSR
#else
0
_S_IREAD | _S_IWRITE
#endif
);