wxWidgets/include/wx/mac/spinctrl.h
2004-10-17 10:36:33 +00:00

5 lines
110 B
C
Executable File

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