X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9aaf11927c8f43dcf296563c6a62707d625c2356..38a097f588121ffcab2fa57e4494a6d0783c3567:/include/wx/xrc/xh_choicbk.h?ds=sidebyside diff --git a/include/wx/xrc/xh_choicbk.h b/include/wx/xrc/xh_choicbk.h index cfb84338d7..fd6bfb03c5 100644 --- a/include/wx/xrc/xh_choicbk.h +++ b/include/wx/xrc/xh_choicbk.h @@ -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_