// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation
#pragma interface
#endif
#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);