X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c9ff74f050981e989f09cf5f5d27044b807e73a..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/xrc/xh_cald.h diff --git a/include/wx/xrc/xh_cald.h b/include/wx/xrc/xh_cald.h index a6a8a832e5..d508d0bc42 100644 --- a/include/wx/xrc/xh_cald.h +++ b/include/wx/xrc/xh_cald.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_cald.h +// Name: wx/xrc/xh_cald.h // Purpose: XML resource handler for wxCalendarCtrl // Author: Brian Gavin // Created: 2000/09/09 @@ -11,9 +11,9 @@ #ifndef _WX_XH_CALD_H_ #define _WX_XH_CALD_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "xh_cald.h" -#endif +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CALENDARCTRL #include "wx/xrc/xmlres.h" @@ -26,5 +26,6 @@ public: virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC && wxUSE_CALENDARCTRL #endif // _WX_XH_CALD_H_