wxWidgets/include/wx/osx/checklst.h

6 lines
111 B
C
Raw Normal View History

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