]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/propdlg.h
added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitel...
[wxWidgets.git] / include / wx / generic / propdlg.h
index a2d43c9c574f1630b4ae7063e3c1bcb94dd9052e..ec63003b14575e570ef8e9f625f1e8a3ffed6adb 100644 (file)
 #pragma interface "propdlg.h"
 #endif
 
+#include "wx/defs.h"
+
+#if wxUSE_BOOKCTRL
+
 class WXDLLEXPORT wxBookCtrlBase;
 
 //-----------------------------------------------------------------------------
@@ -112,5 +116,7 @@ protected:
     DECLARE_EVENT_TABLE()
 };
 
+#endif // wxUSE_BOOKCTRL
+
 #endif // _WX_PROPDLG_H_