]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xmlres.cpp
compilation fix: only us-ascii is safe in sources
[wxWidgets.git] / src / xrc / xmlres.cpp
index b6f24ced63471ec56379b002cb6a22bafbabdb8d..197ea98480f8dd9c55fe235a3467313e12f2ffa0 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_XRC
+
 #include "wx/dialog.h"
 #include "wx/panel.h"
 #include "wx/frame.h"
@@ -1427,3 +1429,5 @@ void wxXmlInitResourceModule()
     module->Init();
     wxModule::RegisterModule(module);
 }
+
+#endif // wxUSE_XRC