#include "wx/wx.h"
#endif
-#include "wx/xrc/xml.h"
+#include "wx/xml/xml.h"
#include "wx/image.h"
#include "wx/wx.h"
{
SetVendorName(wxT("wxWindows"));
SetAppName(wxT("wxrcedit"));
- wxString arg = (argc >= 1) ? argv[1] : "";
+ wxString arg = (argc >= 1) ? argv[1] : _T("");
wxInitAllImageHandlers();
wxFrame *frame = new EditorFrame(NULL, arg);
SetTopWindow(frame);