]> git.saurik.com Git - wxWidgets.git/blame - include/wx/mac/dataview.h
added WX_ASSERT_MESSAGE macro to simply using CPPUNIT_ASSERT_MESSAGE with wxString...
[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