wxWidgets/include/wx/mac/helpxxxx.h

5 lines
110 B
C

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