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/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.h

    r80721 r99404  
    3434// Protocol instances
    3535//
    36 extern EFI_HTTP_UTILITIES_PROTOCOL mHttpUtilitiesProtocol;
     36extern EFI_HTTP_UTILITIES_PROTOCOL  mHttpUtilitiesProtocol;
    3737
    3838/**
     
    7171EFIAPI
    7272HttpUtilitiesBuild (
    73   IN     EFI_HTTP_UTILITIES_PROTOCOL *This,
    74   IN     UINTN                       SeedMessageSize,
    75   IN     VOID                        *SeedMessage, OPTIONAL
    76   IN     UINTN                       DeleteCount,
    77   IN     CHAR8                       *DeleteList[], OPTIONAL
    78   IN     UINTN                       AppendCount,
    79   IN     EFI_HTTP_HEADER             *AppendList[], OPTIONAL
    80      OUT UINTN                       *NewMessageSize,
    81      OUT VOID                        **NewMessage
     73  IN     EFI_HTTP_UTILITIES_PROTOCOL  *This,
     74  IN     UINTN                        SeedMessageSize,
     75  IN     VOID                         *SeedMessage  OPTIONAL,
     76  IN     UINTN                        DeleteCount,
     77  IN     CHAR8                        *DeleteList[]  OPTIONAL,
     78  IN     UINTN                        AppendCount,
     79  IN     EFI_HTTP_HEADER              *AppendList[]  OPTIONAL,
     80  OUT UINTN                           *NewMessageSize,
     81  OUT VOID                            **NewMessage
    8282  );
    83 
    8483
    8584/**
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