Changeset - r15148:f761833ecde7
[Not reviewed]
master
0 1 0
glx - 14 years ago 2010-05-11 20:44:58
glx@openttd.org
(svn r19787) -Fix: compilation with MinGW GCC 4.5.0 and UNICODE
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/stdafx.h
Show inline comments
 
@@ -251,6 +251,7 @@
 

	
 
		/* XXX - WinCE without MSVCRT doesn't support wfopen, so it seems */
 
		#if !defined(WINCE)
 
			namespace std { using ::_tfopen; }
 
			#define fopen(file, mode) _tfopen(OTTD2FS(file), _T(mode))
 
			#define unlink(file) _tunlink(OTTD2FS(file))
 
		#endif /* WINCE */
0 comments (0 inline, 0 general)