X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8026dea6cf102fb741f132142f9d6584d3e0cef..38a5c64e29ab1d081af309a73c7af94069cf799f:/src/common/evtloopcmn.cpp diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index 71939e27b2..21433e6b06 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -26,12 +26,19 @@ #include "wx/evtloop.h" +#ifndef WX_PRECOMP + #include "wx/app.h" +#endif //WX_PRECOMP + // ---------------------------------------------------------------------------- // globals // ---------------------------------------------------------------------------- wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL; +// wxEventLoopManual is unused in the other ports +#if defined(__WXMSW__) || defined(__WXMAC__) + // ============================================================================ // wxEventLoopManual implementation // ============================================================================ @@ -145,3 +152,4 @@ void wxEventLoopManual::Exit(int rc) WakeUp(); } +#endif // __WXMSW__ || __WXMAC__