Changeset 80934 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
- Timestamp:
- Sep 22, 2019 3:37:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
r80901 r80934 1011 1011 *ppwszFileName = EFI_REMOVABLE_MEDIA_FILE_NAME; 1012 1012 1013 Status = gBS->HandleProtocol(hSFs, &gEfiSimpleFileSystemProtocolGuid, &pSFs);1013 Status = gBS->HandleProtocol(hSFs, &gEfiSimpleFileSystemProtocolGuid, (void **)&pSFs); 1014 1014 if (!EFI_ERROR(Status)) 1015 1015 {
Note:
See TracChangeset
for help on using the changeset viewer.