git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20884
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString fileOutName;
fileOutName << m_outdir << _T('/') << filename;
wxString fileOutName;
fileOutName << m_outdir << _T('/') << filename;
- wxFFile fileOut(fileOutName, "w");
+ wxFFile fileOut(fileOutName, _T("w"));
if ( !fileOut.IsOpened() )
{
wxLogError(_T("Makefile '%s' couldn't be generated."), filename.c_str());
if ( !fileOut.IsOpened() )
{
wxLogError(_T("Makefile '%s' couldn't be generated."), filename.c_str());