implement DispatchTimeout() for wxOSX/Cocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-28 14:32:49 +00:00
parent 1df4b19481
commit 9140731891
5 changed files with 52 additions and 2 deletions

View File

@@ -10,8 +10,8 @@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifdef __WXMAC_CLASSIC__
#error "wxEventLoop is not implemented for Classic build."
#ifdef __WXOSX_COCOA__
#include "wx/osx/cocoa/evtloop.h"
#else
#include "wx/osx/carbon/evtloop.h"
#endif