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
|
#ifndef _WIN32
|
||||||
S_IRUSR | S_IWUSR
|
S_IRUSR | S_IWUSR
|
||||||
#else
|
#else
|
||||||
0
|
_S_IREAD | _S_IWRITE
|
||||||
#endif
|
#endif
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user