forked from xt-sys/exectos
Improvements in string and wide string support
* Implement RtlCompareString(), RtlCompareStringInsensitive(), RtlCompareWideString() and RtlCompareWideStringInsensitive() * Rename some routines t omatch naming conventions * Switch to CHAR in string operations
This commit is contained in:
@@ -132,7 +132,7 @@ XtBootSystem(IN PXT_BOOT_PROTOCOL_PARAMETERS Parameters)
|
||||
}
|
||||
|
||||
/* System path has to point to the boot directory */
|
||||
RtlWideStringConcatenate(Parameters->SystemPath, L"\\Boot", 0);
|
||||
RtlConcatenateWideString(Parameters->SystemPath, L"\\Boot", 0);
|
||||
|
||||
/* Open XTOS system boot directory */
|
||||
Status = FsHandle->Open(FsHandle, &BootDir, Parameters->SystemPath, EFI_FILE_MODE_READ, 0);
|
||||
|
Reference in New Issue
Block a user