Jeremy White wrote:
+/* FIXME: strcasestr is not available on all platforms; implement a simple version */
+static char * poormans_strcasestr(const char *haystack, const char *needle)
This is something that can be put in include/wine/port.h.
--
Rob Shearman