]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tabctrl.cpp
full keyboard access support
[wxWidgets.git] / src / msw / tabctrl.cpp
index b2a69f6e77ad7f8909344153e5b0a7e7737071e8..f8b3ce1bcee0affdbb937da281666652363783de 100644 (file)
@@ -16,6 +16,8 @@
 #pragma hdrstop
 #endif
 
+#if wxUSE_TAB_DIALOG
+
 #ifndef WX_PRECOMP
 #include "wx/wx.h"
 #endif
@@ -428,3 +430,5 @@ void wxMapBitmap(HBITMAP hBitmap, int width, int height)
 
 }
 #endif
+
+#endif // wxUSE_TAB_DIALOG