mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 14:29:18 +03:00
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:
parent
238e161da6
commit
f92f5fda53
@ -705,7 +705,7 @@ _strupr (
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
char *
|
char *
|
||||||
_strstr (
|
__strstr (
|
||||||
char *String1,
|
char *String1,
|
||||||
char *String2)
|
char *String2)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user