X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkNt32Pkg%2FDxe%2FPlatformBds%2FGeneric%2FBootMaint%2FBootMaint.h;fp=EdkNt32Pkg%2FDxe%2FPlatformBds%2FGeneric%2FBootMaint%2FBootMaint.h;h=13fd28140eddeeb122c7af5376eec1b200ba8ef8;hp=d2a3e3d30e674923d530562fd89227dd30ef2f41;hb=76f407a69e668c8407ea736e2e3d9df07e046dc8;hpb=15b9277fb809fa3632774deb2b94eb27333bbc30 diff --git a/EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h b/EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h index d2a3e3d30e..13fd28140e 100644 --- a/EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h +++ b/EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h @@ -85,16 +85,14 @@ Revision History // Check to see if current build support option active feature of // some driver option // -#ifndef LOAD_OPTION_ACTIVE #define LOAD_OPTION_ACTIVE 0x00000001 -#endif + // // Check to see if current build support force reconnect feature of // some driver option // -#ifndef LOAD_OPTION_FORCE_RECONNECT #define LOAD_OPTION_FORCE_RECONNECT 0x00000002 -#endif + // // Below are the form ids for display, form id is used as callback key value, // some key value definitions are also defined here. By defining this enum type,