wxWidgets/include/wx/osx/pnghand.h

6 lines
109 B
C
Raw Normal View History

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