]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
make sure we don't use uninitalized output stream in OnSysWrite() (coverity checked...
[wxWidgets.git] / src / msw / tabctrl.cpp
index 4cbce89aaa4118cb093b93036e5294b882db94b0..f8b3ce1bcee0affdbb937da281666652363783de 100644 (file)
 #pragma hdrstop
 #endif
 
+#if wxUSE_TAB_DIALOG
+
 #ifndef WX_PRECOMP
 #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"
@@ -430,4 +431,4 @@ void wxMapBitmap(HBITMAP hBitmap, int width, int height)
 }
 #endif
 
-#endif // __WIN95__
+#endif // wxUSE_TAB_DIALOG