From f92f5fda5352757d036f433950158895aeeee438 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:03:07 +0000 Subject: [PATCH] Changed _strstr to __strstr (two __) unable to link on WDM because there is a _strstr already in the WDM libs slightly different types. date 2000.03.14.22.23.00; author rmosgrov; state Exp; --- source/components/utilities/utclib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/utilities/utclib.c b/source/components/utilities/utclib.c index 862b69ddf..af2848abe 100644 --- a/source/components/utilities/utclib.c +++ b/source/components/utilities/utclib.c @@ -705,7 +705,7 @@ _strupr ( ******************************************************************************/ char * -_strstr ( +__strstr ( char *String1, char *String2) {