]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Added wxStream but I haven't tested them.
[wxWidgets.git] / src / common / file.cpp
index e6a8a9c8787b68d572206aaa71ca476c38c3232d..52a39d4d348f5ad94a4a07d904c218d4cccfabbc 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 
 // standard
-#if    defined(__WINDOWS__) && !defined(__GNUWIN32__)
+#if    defined(__WXMSW__) && !defined(__GNUWIN32__)
   #include  <io.h>
 #elif (defined(__UNIX__) || defined(__GNUWIN32__))
   #include  <unistd.h>