mirror of
https://github.com/fadden/nulib2.git
synced 2024-12-27 17:29:57 +00:00
Changed F_OK for Windows from 02 to 0.
This commit is contained in:
parent
580b04378c
commit
42b9706436
@ -103,7 +103,7 @@
|
||||
|
||||
#if defined(WINDOWS_LIKE)
|
||||
# ifndef F_OK
|
||||
# define F_OK 02
|
||||
# define F_OK 0 /* was 02 in <= v1.1.0 */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user