clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it...
[wxWidgets.git] / include / wx / mac / dataview.h
CommitLineData
c0a66d92 1#ifdef __WXMAC_CLASSIC__
1bd01c51 2# error "Native wxDataViewCtrl for classic environment not defined. Please use generic control."
c0a66d92
RR
3#else
4# include "wx/mac/carbon/dataview.h"
1bd01c51 5#endif