From fd16305082fe7d1cf1f3a36e619fa09dc993fd4f Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 12 Dec 2008 05:21:42 +0000 Subject: [PATCH] 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 --- MdePkg/Include/Library/BaseLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h index cb31c94c09..213fd3a0cc 100644 --- a/MdePkg/Include/Library/BaseLib.h +++ b/MdePkg/Include/Library/BaseLib.h @@ -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 -- 2.39.2