VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (22 months ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.c

    r80721 r99404  
    1717EFI_HANDLE  mFileExplorerThunkHandle = NULL;
    1818
    19 CONST EFI_FILE_EXPLORER_PROTOCOL mFileExplorerProtocol = {
     19CONST EFI_FILE_EXPLORER_PROTOCOL  mFileExplorerProtocol = {
    2020  ChooseFile
    2121};
     
    3636EFIAPI
    3737FileExplorerEntryPoint (
    38   IN EFI_HANDLE           ImageHandle,
    39   IN EFI_SYSTEM_TABLE     *SystemTable
     38  IN EFI_HANDLE        ImageHandle,
     39  IN EFI_SYSTEM_TABLE  *SystemTable
    4040  )
    4141{
     
    4444  Status = gBS->InstallMultipleProtocolInterfaces (
    4545                  &mFileExplorerThunkHandle,
    46                   &gEfiFileExplorerProtocolGuid, &mFileExplorerProtocol,
     46                  &gEfiFileExplorerProtocolGuid,
     47                  &mFileExplorerProtocol,
    4748                  NULL
    4849                  );
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette