/////////////////////////////////////////////////////////////////////////////
-// Name: xh_chckb.cpp
+// Name: src/xrc/xh_chckb.cpp
// Purpose: XRC resource for wxCheckBox
// Author: Bob Mitchell
// Created: 2000/03/21
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_chckb.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#if wxUSE_XRC && wxUSE_CHECKBOX
+
#include "wx/xrc/xh_chckb.h"
-#include "wx/checkbox.h"
-#if wxUSE_CHECKBOX
+#ifndef WX_PRECOMP
+ #include "wx/checkbox.h"
+#endif
IMPLEMENT_DYNAMIC_CLASS(wxCheckBoxXmlHandler, wxXmlResourceHandler)
return IsOfClass(node, wxT("wxCheckBox"));
}
-#endif
+#endif // wxUSE_XRC && wxUSE_CHECKBOX