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/video | |
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/video')
-rw-r--r-- | src/video/win32_v.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 55cb54c3b..ce1c42585 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -16,7 +16,6 @@ #include "../texteff.hpp" #include "win32_v.h" #include <windows.h> -#include <tchar.h> static struct { HWND main_wnd; |