From: Paul Cornett Date: Sun, 15 Jul 2007 19:32:20 +0000 (+0000) Subject: fix for monolithic build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2e38bcd2dcdef5a6bae8c6a715c46cc9b9787cc5 fix for monolithic build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/evtloopcmn.cpp b/src/common/evtloopcmn.cpp index e90bf2f2eb..3db4ddacf6 100644 --- a/src/common/evtloopcmn.cpp +++ b/src/common/evtloopcmn.cpp @@ -37,7 +37,7 @@ wxEventLoopBase *wxEventLoopBase::ms_activeLoop = NULL; // wxEventLoopManual is unused in the other ports -#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) || (defined(__UNIX__) && !wxUSE_GUI) +#if defined(__WXMSW__) || defined(__WXMAC__) || defined(__WXDFB__) || (defined(__UNIX__) && wxUSE_BASE) // ============================================================================ // wxEventLoopManual implementation