X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04ef50df3a0fa3c343800c554e609f98fc7575cc..012409e9ef464462a096344d61119d783b77865d:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 8f0b44bbed..cdd0e46cf5 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -205,7 +205,7 @@ public: // object) - this log object is used by default by all wxLogXXX() // functions. virtual wxLog *CreateLogTarget() - #if wxUSE_GUI && wxUSE_LOGGUI + #if wxUSE_GUI && wxUSE_LOGGUI && !defined(__WXMICROWIN__) { return new wxLogGui; } #else // !GUI { return new wxLogStderr; }