]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsexc.cpp
fixed an unused parameter warning
[wxWidgets.git] / src / msw / utilsexc.cpp
index 3db9fa141966b2373fa02c2d3b643fbb242228de..b646c56ae2b2f7e2c525adb99e516c5c923c929a 100644 (file)
@@ -60,7 +60,9 @@
 #endif
 
 #if defined(__WIN32__) && !defined(__WXMICROWIN__)
-#include <io.h>
+#ifndef __UNIX__
+    #include <io.h>
+#endif
 
 #ifndef __GNUWIN32__
 #include <shellapi.h>