]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
fixes SetFirstItem, Thanks to David Wright
[wxWidgets.git] / src / msw / utils.cpp
index 703a65ae20c95dd77a0da6bbf1c2a89318b9d08e..9c2d7590511975fed55ad84ba47f047cde8a2d26 100644 (file)
@@ -60,9 +60,7 @@
 #if !defined(__GNUWIN32__) && !defined(__WXMICROWIN__) && !defined(__WXWINCE__)
     #include <direct.h>
 
-    #ifndef __MWERKS__
-        #include <dos.h>
-    #endif
+    #include <dos.h>
 #endif  //GNUWIN32
 
 #if defined(__CYGWIN__)