]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/dataview.h
fix handling of wxDP_SHOWCENTURY for some non-C locales (one of the problems of ...
[wxWidgets.git] / include / wx / osx / dataview.h
1 #ifdef __WXMAC_CLASSIC__
2 # error "Native wxDataViewCtrl for classic environment not defined. Please use generic control."
3 #else
4 # include "wx/osx/carbon/dataview.h"
5 #endif