wxWidgets/include/wx/osx/dataform.h

6 lines
111 B
C
Raw Normal View History

#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/dataform.h"
#else
#include "wx/mac/carbon/dataform.h"
#endif