X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f24391587ce5794fac9043196bb04c0b4e293403..e225fe17a8dc6a209d224cc966463644c6cc466f:/src/common/evtloopcmn.cpp diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index 36ce381b8d..711ada6006 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -25,7 +25,10 @@ #endif #include "wx/evtloop.h" -#include "wx/app.h" + +#ifndef WX_PRECOMP + #include "wx/app.h" +#endif //WX_PRECOMP // ---------------------------------------------------------------------------- // globals @@ -34,7 +37,7 @@ wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL; // wxEventLoopManual is unused in the other ports -#if defined(__WXMSW__) || defined(__WXMAC__) +#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) // ============================================================================ // wxEventLoopManual implementation @@ -149,4 +152,4 @@ void wxEventLoopManual::Exit(int rc) WakeUp(); } -#endif // __WXMSW__ || __WXMAC__ +#endif // __WXMSW__ || __WXMAC__ || __WXDFB__