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;
This commit is contained in:
aystarik 2005-06-29 19:03:07 +00:00
parent 238e161da6
commit f92f5fda53

View File

@ -705,7 +705,7 @@ _strupr (
******************************************************************************/
char *
_strstr (
__strstr (
char *String1,
char *String2)
{