This commit is contained in:
Viktor Szakats 2025-07-15 01:28:55 +02:00
parent e1f64e3571
commit 143405cc90
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -35,7 +35,7 @@
#if defined(_WIN32) || (defined(MSDOS) && !defined(__DJGPP__))
# define mkdir(x,y) (mkdir)((x))
# ifndef F_OK
# define F_OK 0
# define F_OK 0
# endif
#endif