2008-06-11 12:30:48 -04:00
|
|
|
#ifdef __WXMAC_CLASSIC__
|
|
|
|
# error "Native wxDataViewCtrl for classic environment not defined. Please use generic control."
|
|
|
|
#else
|
2008-06-11 15:17:41 -04:00
|
|
|
# include "wx/osx/carbon/dataview.h"
|
2008-06-11 12:30:48 -04:00
|
|
|
#endif
|