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:
@@ -116,7 +116,7 @@ BlLoadEfiModules()
|
||||
|
||||
/* Set correct path to the module file */
|
||||
RtlCopyMemory(ModulePath, ModulesDirPath, sizeof(ModulePath) / sizeof(WCHAR));
|
||||
RtlWideStringConcatenate(ModulePath, ModuleName, 0);
|
||||
RtlConcatenateWideString(ModulePath, ModuleName, 0);
|
||||
|
||||
/* Find valid device path */
|
||||
Status = BlFindVolumeDevicePath(DevicePath, ModulePath, &VolumeDevicePath);
|
||||
|
Reference in New Issue
Block a user