mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r13000) -Fix (r12991): broken win9x compilation
This commit is contained in:
parent
19910188fa
commit
6e6102e20d
@ -18,6 +18,9 @@
|
||||
|
||||
#ifdef WIN32
|
||||
# include <tchar.h>
|
||||
# ifndef UNICODE
|
||||
# include <io.h>
|
||||
# endif
|
||||
# define access _taccess
|
||||
# define unlink _tunlink
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user