diff options
author | glx <glx@openttd.org> | 2009-03-14 15:42:53 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-03-14 15:42:53 +0000 |
commit | 1692ce83122d1ed15206f160aea339761b173174 (patch) | |
tree | 2f04db4dc0c398671b25c9cccf6f5503eb3877ca /src/fios.cpp | |
parent | aea8e7291e77859cbf5cdb04aa795a510c599504 (diff) | |
download | openttd-1692ce83122d1ed15206f160aea339761b173174.tar.xz |
(svn r15710) -Fix (r15706): for non MSVC io.h needs to be included before defining unlink. Also remove redundant tchar.h includes as it is already in stdafx.h.
Diffstat (limited to 'src/fios.cpp')
-rw-r--r-- | src/fios.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fios.cpp b/src/fios.cpp index 951536406..3299b223e 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -12,10 +12,6 @@ #include <sys/stat.h> #ifdef WIN32 -# include <tchar.h> -# ifndef UNICODE -# include <io.h> -# endif # define access _taccess #else # include <unistd.h> |