This commit is contained in:
t-h-i-s-u-s-e-r-n-a-m-e-i-s-c-a-n-c-e-r 2021-08-08 08:04:02 +02:00 committed by GitHub
parent a94dce496d
commit 23b5962e2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
#include <io.h>
#define access(pathname, mode) _access(pathname, mode)
#elif __unix__
#elif defined(__unix__)
#include <unistd.h>
#else