2020-02-17 21:41:09 +01:00
|
|
|
|
2020-02-23 21:23:31 +01:00
|
|
|
#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
|
2020-02-17 21:41:09 +01:00
|
|
|
|
|
|
|
CONST CHAR16 *
|
|
|
|
EFIAPI
|
|
|
|
ConstStrStr (
|
|
|
|
IN CONST CHAR16 *String,
|
|
|
|
IN CONST CHAR16 *SearchString
|
|
|
|
);
|