]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
indicate whether this is a selection or a deselection in wxCommandEvent generated...
[wxWidgets.git] / src / msw / utils.cpp
index b83e43d9b012017c343c8a3f90755f9e44bea3e8..986e6602bfc713e5e4e46590a338429b4e75c68d 100644 (file)
@@ -79,7 +79,9 @@
 #endif // USE_NET_API
 
 #if defined(__WIN32__) && !defined(__WXMICROWIN__)
-    #include <io.h>
+    #ifndef __UNIX__
+        #include <io.h>
+    #endif
 
     #ifndef __GNUWIN32__
         #include <shellapi.h>