// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "xh_listb.h"
#endif
#pragma hdrstop
#endif
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC
#include "wx/xrc/xh_listb.h"
#include "wx/listbox.h"
(m_insideBox && node->GetName() == wxT("item")));
}
-#endif // wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC