]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/evtloopcmn.cpp
added 'wxgui' template to make writing makefiles for gui apps a bit easier
[wxWidgets.git] / src / common / evtloopcmn.cpp
index ccbbb71126095d4f65a139584497ed9f41e6e6ca..3db4ddacf6bc0b21c466a72ca6854ccf1717ef71 100644 (file)
 // globals
 // ----------------------------------------------------------------------------
 
-wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
+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