]> git.saurik.com Git - wxWidgets.git/blob - include/wx/osx/dataobj2.h
move Read/Write() to common code, there was almost nothing platform-specific in it
[wxWidgets.git] / include / wx / osx / dataobj2.h
1 #ifdef __WXMAC_CLASSIC__
2 #include "wx/osx/classic/dataobj2.h"
3 #else
4 #include "wx/osx/carbon/dataobj2.h"
5 #endif