Do *not* use #elif but use seperate #define to make sure all structure can exist in doxygen document.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7005 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-12-12 05:21:42 +00:00
parent 5f8be01274
commit fd16305082
1 changed files with 2 additions and 2 deletions

View File

@ -4959,9 +4959,9 @@ AsmPalCall (
IN UINT64 Arg3,
IN UINT64 Arg4
);
#endif
#elif defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)
#if defined (MDE_CPU_IA32) || defined (MDE_CPU_X64)
///
/// IA32 and x64 Specific Functions
/// Byte packed structure for 16-bit Real Mode EFLAGS