git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45784
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-#if wxUSE_UTF8_LOCALE_ONLY
+#if !wxUSE_UTF8_LOCALE_ONLY
void wxDoLogTraceWchar(wxTraceMask mask, const wxChar *format, ...)
{
va_list argptr;
void wxDoLogTraceWchar(wxTraceMask mask, const wxChar *format, ...)
{
va_list argptr;
wxVLogTrace(mask, format, argptr);
va_end(argptr);
}
wxVLogTrace(mask, format, argptr);
va_end(argptr);
}
-#endif // wxUSE_UTF8_LOCALE_ONLY
+#endif // !wxUSE_UTF8_LOCALE_ONLY
#if wxUSE_UNICODE_UTF8
void wxDoLogTraceUtf8(wxTraceMask mask, const char *format, ...)
#if wxUSE_UNICODE_UTF8
void wxDoLogTraceUtf8(wxTraceMask mask, const char *format, ...)