X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e6feb95a79834836e88143b15d9f424ebe79621..bf7d7ee7062f7f6028df40e43745235658e38b4d:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 4478b6d7eb..cdd0e46cf5 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -21,7 +21,7 @@ // typedefs // ---------------------------------------------------------------------------- -#if defined(__WXMSW__) || defined (__WXPM__) +#if (defined(__WXMSW__) && !defined(__WXMICROWIN__)) || defined (__WXPM__) class WXDLLEXPORT wxApp; typedef wxApp* (*wxAppInitializerFunction)(); #else @@ -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; }