]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h
Remove some unnecessary #if/#ifdef from some header files.
[mirror_edk2.git] / EdkNt32Pkg / Dxe / PlatformBds / Generic / BootMaint / BootMaint.h
index 8352b10172f04ee12f4dd06bf18cb667993cb4dd..13fd28140eddeeb122c7af5376eec1b200ba8ef8 100644 (file)
@@ -85,16 +85,14 @@ Revision History
 // Check to see if current build support option active feature of\r
 // some driver option\r
 //\r
-#ifndef LOAD_OPTION_ACTIVE\r
 #define LOAD_OPTION_ACTIVE  0x00000001\r
-#endif\r
+\r
 //\r
 // Check to see if current build support force reconnect feature of\r
 // some driver option\r
 //\r
-#ifndef LOAD_OPTION_FORCE_RECONNECT\r
 #define LOAD_OPTION_FORCE_RECONNECT 0x00000002\r
-#endif\r
+\r
 //\r
 // Below are the form ids for display, form id is used as callback key value,\r
 // some key value definitions are also defined here. By defining this enum type,\r
@@ -346,8 +344,8 @@ typedef struct {
   //\r
   // Driver Option Add Handle page storage\r
   //\r
-  UINT16  DriverAddHandleDesc[75];\r
-  UINT16  DriverAddHandleOptionalData[75];\r
+  UINT16  DriverAddHandleDesc[100];\r
+  UINT16  DriverAddHandleOptionalData[100];\r
   UINT8   DriverAddActive;\r
   UINT8   DriverAddForceReconnect;\r
 \r