wxWidgets/include/wx/mac/dataview.h

5 lines
173 B
C
Raw Normal View History

#ifdef __WXMAC_CLASSIC__
# error "Native wxDataViewCtrl for classis environment not defined. Please use generic control."
#else
# include "wx/mac/carbon/dataview.h"
#endif