6 lines
109 B
C
6 lines
109 B
C
|
#ifdef __WXMAC_CLASSIC__
|
||
|
#include "wx/mac/classic/pnghand.h"
|
||
|
#else
|
||
|
#include "wx/mac/carbon/pnghand.h"
|
||
|
#endif
|