don't compile wxEventLoopManual for the ports which don't need it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-01-12 23:10:03 +00:00
parent c8026dea6c
commit 52c9b34907

View File

@@ -32,6 +32,9 @@
wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
// wxEventLoopManual is unused in the other ports
#if defined(__WXMSW__) || defined(__WXMAC__)
// ============================================================================
// wxEventLoopManual implementation
// ============================================================================
@@ -145,3 +148,5 @@ void wxEventLoopManual::Exit(int rc)
WakeUp();
}
#endif // __WXMSW__ || __WXMAC__