wxWidgets/include/wx/mac/spinctrl.h
2007-06-25 14:04:34 +00:00

6 lines
111 B
C

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