mirror of https://github.com/OpenTTD/OpenTTD
(svn r13000) -Fix (r12991): broken win9x compilation
parent
19910188fa
commit
6e6102e20d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue