X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8026dea6cf102fb741f132142f9d6584d3e0cef..d6a7ca317ff8ca63e468aaa72818d17211d7476b:/src/common/evtloopcmn.cpp diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index 71939e27b2..36ce381b8d 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -25,6 +25,7 @@ #endif #include "wx/evtloop.h" +#include "wx/app.h" // ---------------------------------------------------------------------------- // globals @@ -32,6 +33,9 @@ wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL; +// wxEventLoopManual is unused in the other ports +#if defined(__WXMSW__) || defined(__WXMAC__) + // ============================================================================ // wxEventLoopManual implementation // ============================================================================ @@ -145,3 +149,4 @@ void wxEventLoopManual::Exit(int rc) WakeUp(); } +#endif // __WXMSW__ || __WXMAC__