// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "xh_cald.h"
#endif
#pragma hdrstop
#endif
-#include "wx/setup.h"
-
-#if wxUSE_CALENDARCTRL
+#if wxUSE_XRC && wxUSE_CALENDARCTRL
#include "wx/xrc/xh_cald.h"
#include "wx/event.h"
return IsOfClass(node, wxT("wxCalendarCtrl"));
}
-#endif
+#endif // wxUSE_XRC && wxUSE_CALENDARCTRL