]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
Fix STL compilation (note: this is not the correct fix, but since
[wxWidgets.git] / src / msw / window.cpp
index d3f219b8454152ef18d6a3c9a1395f926f26b593..6fc526fac784654f5eee7e7921e9e83a67162873 100644 (file)
     #include <windowsx.h>
 #endif
 
-#if (!defined(__GNUWIN32_OLD__) && !defined(__WXMICROWIN__) /* && !defined(__WXWINCE__) */ ) || defined(__CYGWIN10__)
-    #ifdef __WIN95__
-        #include <commctrl.h>
-    #endif
-#elif !defined(__WXMICROWIN__) && !defined(__WXWINCE__) // broken compiler
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
+#include <commctrl.h>
 
 #include "wx/msw/missing.h"