/////////////////////////////////////////////////////////////////////////////
-// Name: xh_listc.cpp
+// Name: src/xrc/xh_listc.cpp
// Purpose: XRC resource for wxListCtrl
// Author: Brian Gavin
// Created: 2000/09/09
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_listc.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
-#include "wx/textctrl.h"
+#if wxUSE_XRC && wxUSE_LISTCTRL
+
#include "wx/xrc/xh_listc.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/textctrl.h"
+#endif
+
#include "wx/listctrl.h"
{
return IsOfClass(node, wxT("wxListCtrl"));
}
+
+#endif // wxUSE_XRC && wxUSE_LISTCTRL