VirtualBox

Ignore:
Timestamp:
Apr 14, 2023 3:17:44 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156854
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/Application/BootManagerMenuApp/BootManagerMenu.h

    r85718 r99404  
    66
    77**/
    8 
    98
    109#ifndef _BOOT_MANAGER_MENU_H_
     
    2423#include <Protocol/BootLogo.h>
    2524
    26 #define TITLE_TOKEN_COUNT   1
    27 #define HELP_TOKEN_COUNT    3
     25#define TITLE_TOKEN_COUNT  1
     26#define HELP_TOKEN_COUNT   3
    2827
    2928typedef struct _BOOT_MENU_SCREEN {
    30   UINTN        StartCol;
    31   UINTN        StartRow;
    32   UINTN        Width;
    33   UINTN        Height;
     29  UINTN    StartCol;
     30  UINTN    StartRow;
     31  UINTN    Width;
     32  UINTN    Height;
    3433} BOOT_MENU_SCREEN;
    3534
    3635typedef struct _BOOT_MENU_SCROLL_BAR_CONTROL {
    37   BOOLEAN      HasScrollBar;
    38   UINTN        ItemCountPerScreen;
    39   UINTN        FirstItem;
    40   UINTN        LastItem;
     36  BOOLEAN    HasScrollBar;
     37  UINTN      ItemCountPerScreen;
     38  UINTN      FirstItem;
     39  UINTN      LastItem;
    4140} BOOT_MENU_SCROLL_BAR_CONTROL;
    4241
     
    5251
    5352#endif
    54 
Note: See TracChangeset for help on using the changeset viewer.

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