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