X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..4c81b43195fca7768fe5b7db1a93b51b41b8f28a:/src/xrc/xh_cald.cpp diff --git a/src/xrc/xh_cald.cpp b/src/xrc/xh_cald.cpp index 42d706c1de..3259a04e1c 100644 --- a/src/xrc/xh_cald.cpp +++ b/src/xrc/xh_cald.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_cald.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -19,7 +15,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_CALENDARCTRL +#if wxUSE_XRC && wxUSE_CALENDARCTRL #include "wx/xrc/xh_cald.h" #include "wx/event.h" @@ -64,4 +60,4 @@ bool wxCalendarCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxCalendarCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_CALENDARCTRL +#endif // wxUSE_XRC && wxUSE_CALENDARCTRL