defined
This commit is contained in:
parent
a94dce496d
commit
23b5962e2a
@ -34,7 +34,7 @@
|
||||
#include <io.h>
|
||||
#define access(pathname, mode) _access(pathname, mode)
|
||||
|
||||
#elif __unix__
|
||||
#elif defined(__unix__)
|
||||
#include <unistd.h>
|
||||
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user