wxWidgets/include/wx/mac/apptrait.h

5 lines
110 B
C

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