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
This commit is contained in:
@@ -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,
|
||||
|
@@ -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 (
|
||||
|
Reference in New Issue
Block a user