summaryrefslogtreecommitdiff
path: root/src/fios.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index 2856c0c5a..97eb13b18 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -19,9 +19,7 @@
#include "string_func.h"
#include <sys/stat.h>
-#ifdef WIN32
-# define access _taccess
-#else
+#ifndef WIN32
# include <unistd.h>
#endif /* WIN32 */