]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for monolithic build
authorPaul Cornett <paulcor@bullseye.com>
Sun, 15 Jul 2007 19:32:20 +0000 (19:32 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sun, 15 Jul 2007 19:32:20 +0000 (19:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/evtloopcmn.cpp

index e90bf2f2eb3c8c1a23eff7b9dcc3e0b55bf863df..3db4ddacf6bc0b21c466a72ca6854ccf1717ef71 100644 (file)
@@ -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