diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index dd31ea31e4..c07224810e 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -629,7 +629,7 @@ void XmlResApp::MakePackageCPP(const wxArrayString& flist) FileToCppArray(parOutputPath + wxFILE_SEP_PATH + flist[i], i)); file.Write("" -"void ") + parFuncname + wxT("()\n" +"void " + parFuncname + "()\n" "{\n" "\n" " // Check for memory FS. If not present, load the handler:\n" @@ -685,8 +685,8 @@ void XmlResApp::GenCPPHeader() "//\n" "// This file was automatically generated by wxrc, do not edit by hand.\n" "//\n\n" -"#ifndef __") + fileSpec + _T("_h__\n" -"#define __") + fileSpec + _T("_h__\n" +"#ifndef __" + fileSpec + "_h__\n" +"#define __" + fileSpec + "_h__\n" ); for(size_t i=0;i