From 986d5e950d074d86f5d6098c64946a7b9d2f60b7 Mon Sep 17 00:00:00 2001 From: glx Date: Sat, 28 May 2011 03:23:34 +0000 Subject: (svn r22502) -Fix (r22501): WIN32 compilation --- src/fios.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/fios.cpp') 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 -#ifdef WIN32 -# define access _taccess -#else +#ifndef WIN32 # include #endif /* WIN32 */ -- cgit v1.2.3-54-g00ecf