wxWidgets/include/wx/mac/spinctrl.h
2004-03-26 06:28:38 +00:00

5 lines
107 B
C
Executable File

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