projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it...
[wxWidgets.git]
/
include
/
wx
/
mac
/
dataview.h
Commit
Line
Data
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