]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
A few weeks of Unicode fixes (my old win95 laptop compiles sloowly,
[wxWidgets.git] / src / common / file.cpp
index 3cd684587a044788484f9ef89e25784831ef4d78..9c207aacf20621d469c1b7583d6468c711072360 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 // standard
-#if   defined(__WXMSW__) && !defined(__GNUWIN32__)
+#if defined(__WXMSW__) && !defined(__GNUWIN32__) && !defined(__WXWINE__)
   #include  <io.h>
 
 #ifndef __SALFORDC__