forked from mirror/OpenTTD
(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.
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include <tchar.h>
|
||||
# ifndef UNICODE
|
||||
# include <io.h>
|
||||
# endif
|
||||
# define access _taccess
|
||||
#else
|
||||
# include <unistd.h>
|
||||
|
Reference in New Issue
Block a user