Files
wxWidgets/include/wx/mac/dataobj.h
T
2005-02-06 11:29:39 +00:00

6 lines
109 B
C

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