forked from GitHub/gf-core
make the .ngf file read/write on Windows
This commit is contained in:
@@ -175,7 +175,7 @@ PgfDB *pgf_new_ngf(PgfText *abstract_name,
|
||||
#ifndef _WIN32
|
||||
S_IRUSR | S_IWUSR
|
||||
#else
|
||||
0
|
||||
_S_IREAD | _S_IWRITE
|
||||
#endif
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user