wxWidgets/include/wx/mac/imaglist.h
2005-12-20 01:47:09 +00:00

6 lines
111 B
C

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