Match new RTL API to fix build
This commit is contained in:
@@ -79,7 +79,7 @@ BlConsolePrint(IN PUINT16 Format,
|
||||
BlpStringPrint(BlpConsolePrintChar, Format, Arguments);
|
||||
|
||||
/* Print to serial console only if not running under OVMF */
|
||||
if(RtlWideStringCompare(EfiSystemTable->FirmwareVendor, L"EDK II", 6) != 0)
|
||||
if(RtlCompareWideString(EfiSystemTable->FirmwareVendor, L"EDK II", 6) != 0)
|
||||
{
|
||||
/* Check if debugging enabled and if EFI serial port is fully initialized */
|
||||
if(DEBUG && (BlpSerialPort.Flags & COMPORT_FLAG_INIT))
|
||||
|
||||
Reference in New Issue
Block a user