git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61352
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // WXWIN_COMPATIBILITY_2_8
}
#endif // WXWIN_COMPATIBILITY_2_8
}
+#if WXWIN_COMPATIBILITY_2_8
+
void wxLog::DoLog(wxLogLevel WXUNUSED(level), const char *szString, time_t t)
{
DoLogString(szString, t);
void wxLog::DoLog(wxLogLevel WXUNUSED(level), const char *szString, time_t t)
{
DoLogString(szString, t);
DoLogString(wzString, t);
}
DoLogString(wzString, t);
}
+#endif // WXWIN_COMPATIBILITY_2_8
+
// ----------------------------------------------------------------------------
// wxLog active target management
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// wxLog active target management
// ----------------------------------------------------------------------------