src/fios.cpp
branchnoai
changeset 10513 33cb70ff2f5d
parent 10455 22c441f5adf9
child 10829 8a0ec0f0f928
--- a/src/fios.cpp	Wed May 07 21:09:51 2008 +0000
+++ b/src/fios.cpp	Sun May 11 20:09:34 2008 +0000
@@ -18,6 +18,9 @@
 
 #ifdef WIN32
 # include <tchar.h>
+# ifndef UNICODE
+#  include <io.h>
+# endif
 # define access _taccess
 # define unlink _tunlink
 #else