1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 05:29:11 +00:00

(svn r13000) -Fix (r12991): broken win9x compilation

This commit is contained in:
glx
2008-05-07 21:51:13 +00:00
parent 19910188fa
commit 6e6102e20d

View File

@@ -18,6 +18,9 @@
#ifdef WIN32 #ifdef WIN32
# include <tchar.h> # include <tchar.h>
# ifndef UNICODE
# include <io.h>
# endif
# define access _taccess # define access _taccess
# define unlink _tunlink # define unlink _tunlink
#else #else