]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
Applied patch [ 1349607 ] [msw] Multiline notebook tab label change can add extra row
[wxWidgets.git] / src / msw / tabctrl.cpp
index 4cbce89aaa4118cb093b93036e5294b882db94b0..b2a69f6e77ad7f8909344153e5b0a7e7737071e8 100644 (file)
 #include "wx/wx.h"
 #endif
 
-#if defined(__WIN95__)
-
 #include "wx/msw/private.h"
 
-#include <commctrl.h>
+// include <commctrl.h> "properly"
+#include "wx/msw/wrapcctl.h"
 
 #include "wx/tabctrl.h"
 #include "wx/app.h"
@@ -429,5 +428,3 @@ void wxMapBitmap(HBITMAP hBitmap, int width, int height)
 
 }
 #endif
-
-#endif // __WIN95__