]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/srchctrl.h
Modified form of Patch #1611222, adds wxSearchCtrl (generic & native carbon HISearchF...
[wxWidgets.git] / include / wx / mac / srchctrl.h
diff --git a/include/wx/mac/srchctrl.h b/include/wx/mac/srchctrl.h
new file mode 100644 (file)
index 0000000..91f957a
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __WXMAC_CLASSIC__
+#include "wx/generic/srchctlg.h"
+#else
+#include "wx/mac/carbon/srchctrl.h"
+#endif