]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_choicbk.h
Missing exports.
[wxWidgets.git] / include / wx / xrc / xh_choicbk.h
index cfb84338d7ee4a8cc3f1b9021ebc0d140b474776..fd6bfb03c527ae90f5f168749ebef33b0fbd64d5 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_choicbk.h
+// Name:        wx/xrc/xh_choicbk.h
 // Purpose:     XML resource handler for wxChoicebook
 // Author:      Vaclav Slavik
 // Copyright:   (c) 2000 Vaclav Slavik
@@ -9,13 +9,11 @@
 #ifndef _WX_XH_CHOICEBK_H_
 #define _WX_XH_CHOICEBK_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "xh_choicbk.h"
-#endif
+#include "wx/defs.h"
 
-#include "wx/xrc/xmlres.h"
+#if wxUSE_XRC && wxUSE_CHOICEBOOK
 
-#if wxUSE_CHOICEBOOK
+#include "wx/xrc/xmlres.h"
 
 class WXDLLEXPORT wxChoicebook;
 
@@ -32,6 +30,6 @@ private:
     wxChoicebook *m_choicebook;
 };
 
-#endif
+#endif // wxUSE_XRC && wxUSE_CHOICEBOOK
 
 #endif // _WX_XH_CHOICEBK_H_