Files
wxWidgets/include/wx/mac/textctrl.h
T
2005-02-06 15:52:53 +00:00

6 lines
111 B
C

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