summaryrefslogtreecommitdiffstats
path: root/EdkNt32Pkg
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-05-21 03:21:53 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2007-05-21 03:21:53 +0000
commit76f407a69e668c8407ea736e2e3d9df07e046dc8 (patch)
treee1dc25ed36fcb8c95b40e3b882cc74ed4fe1daf8 /EdkNt32Pkg
parent15b9277fb809fa3632774deb2b94eb27333bbc30 (diff)
downloadedk2-76f407a69e668c8407ea736e2e3d9df07e046dc8.tar.gz
edk2-76f407a69e668c8407ea736e2e3d9df07e046dc8.tar.bz2
edk2-76f407a69e668c8407ea736e2e3d9df07e046dc8.zip
Remove some unnecessary #if/#ifdef from some header files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2598 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkNt32Pkg')
-rw-r--r--EdkNt32Pkg/Dxe/PlatformBds/Generic/BootMaint/BootMaint.h6
-rw-r--r--EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.h2
2 files changed, 2 insertions, 6 deletions
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,
diff --git a/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.h b/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.h
index 6b6d887040..a7c32ece0e 100644
--- a/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.h
+++ b/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.h
@@ -24,9 +24,7 @@ Revision History
#ifndef _LANGUAGE_H
#define _LANGUAGE_H
-#ifndef ISO_639_2_ENTRY_SIZE
#define ISO_639_2_ENTRY_SIZE 3
-#endif
VOID
InitializeLanguage (