git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10140
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{ wxCMD_LINE_NONE }
};
+#if wxUSE_GUI
+ // VS: I need reasonable output to console from wxCmdLineParser
+ wxLog::SetTimestamp(NULL);
+ delete wxLog::SetActiveTarget(new wxLogStderr);
+#endif
+
wxXmlDocument::AddHandler(new wxXmlIOHandlerBinZ);
wxCmdLineParser parser(cmdLineDesc, argc, argv);
{ wxCMD_LINE_NONE }
};
+#if wxUSE_GUI
+ // VS: I need reasonable output to console from wxCmdLineParser
+ wxLog::SetTimestamp(NULL);
+ delete wxLog::SetActiveTarget(new wxLogStderr);
+#endif
+
wxXmlDocument::AddHandler(new wxXmlIOHandlerBinZ);
wxCmdLineParser parser(cmdLineDesc, argc, argv);