X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30dc34551bc893d879bb5e3a6969354066445fc9..6a5c9b3ff71334ed30bd9ae15425a1ca8ae71174:/include/wx/xrc/xh_cald.h?ds=sidebyside diff --git a/include/wx/xrc/xh_cald.h b/include/wx/xrc/xh_cald.h index b43cf484ad..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(__APPLE__) -#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_