wxWidgets/include/wx/mac/gdiobj.h
2004-10-17 10:36:33 +00:00

5 lines
106 B
C

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