// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "xh_text.h"
#endif
#pragma hdrstop
#endif
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC
#include "wx/xrc/xh_text.h"
#include "wx/textctrl.h"
return IsOfClass(node, wxT("wxTextCtrl"));
}
-#endif // wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC