]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
Don't skip after writing tab or we could get another one in some circumstances
[wxWidgets.git] / src / msw / tabctrl.cpp
index ed230ba329af0f479f2a9d7d0be82b8013ff5c18..94f92bf2282ea81f034dccf069122049f193a099 100644 (file)
 
 #include "wx/msw/private.h"
 
 
 #include "wx/msw/private.h"
 
-#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__))
-    #include <commctrl.h>
-#else
-    #include "wx/msw/gnuwin32/extra.h"
-#endif
+#include <commctrl.h>
 
 #include "wx/tabctrl.h"
 #include "wx/app.h"
 
 #include "wx/tabctrl.h"
 #include "wx/app.h"