]> git.saurik.com Git - wxWidgets.git/blame - include/wx/mac/evtloop.h
Update from Hartwig for OS X implementation
[wxWidgets.git] / include / wx / mac / evtloop.h
CommitLineData
4d90072c
VZ
1///////////////////////////////////////////////////////////////////////////////
2// Name: include/wx/mac/evtloop.h
3// Purpose: simply forwards to wx/mac/carbon/evtloop.h for consistency with
4// the other Mac headers
5// Author: Vadim Zeitlin
6// Modified by:
7// Created: 2006-01-12
8// RCS-ID: $Id$
9// Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
10// Licence: wxWindows licence
11///////////////////////////////////////////////////////////////////////////////
12
13#ifdef __WXMAC_CLASSIC__
14 #error "wxEventLoop is not implemented for Classic build."
15#else
16 #include "wx/mac/carbon/evtloop.h"
17#endif
18