git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
OutputDebugString("\n\r");
#else //!WIN32
// send them to stderr
OutputDebugString("\n\r");
#else //!WIN32
// send them to stderr
- printf(stderr, level == Trace ? "Trace: %s\n"
- : "Debug: %s\n", szString);
+ fprintf(stderr, level == wxLOG_Trace ? "Trace: %s\n"
+ : "Debug: %s\n", szString);
fflush(stderr);
#endif // WIN32
#endif
fflush(stderr);
#endif // WIN32
#endif