(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
1 changed files with 3 additions and 0 deletions

View File

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