/////////////////////////////////////////////////////////////////////////////
// ============================================================================
/////////////////////////////////////////////////////////////////////////////
// ============================================================================
out.Replace(wxT("\t"), wxT(" "));
out.Replace(wxT("\n"), wxT("\r\n"));
::OutputDebugString(out);
out.Replace(wxT("\t"), wxT(" "));
out.Replace(wxT("\n"), wxT("\r\n"));
::OutputDebugString(out);
#else // !MSW, !Mac
// FIXME: why is wxFputs() not defined under Linux?
fputs(out.mb_str(), stderr);
#else // !MSW, !Mac
// FIXME: why is wxFputs() not defined under Linux?
fputs(out.mb_str(), stderr);