wxWidgets/include/wx/mac/srchctrl.h

6 lines
107 B
C

#ifdef __WXMAC_CLASSIC__
#include "wx/generic/srchctlg.h"
#else
#include "wx/mac/carbon/srchctrl.h"
#endif