audk/MdePkg/Include
Scott Duplichan d9a55c78e5 MdePkg: Fix build fail when DDK3790 tool chain is used
Modify the preprocessor check for variadic macro support. The existing
check assumes all Microsoft compilers with major version of 14 and greater
support variadic macros. This is almost correct. An exception is the X64
compiler from DDK3790. This compiler has version 14.00.40310.41, yet does
not support variadic macros. Both VS2005 compilers have version number
14.00.50727.762 and do support variadic macros. For simplicity, this change
suppresses the use of variadic macros for all Microsoft compilers with
version 14 or smaller. If the variadic macro support needs to be restored
for VS2005, that could be done using new logic invloving _MSC_FULL_VER.


Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17155 6f19259b-4bc3-4df7-8a09-765794883524
2015-04-10 03:00:40 +00:00
..
AArch64 MdePkg/ProcessorBind.h: Add ARM and AArch64 GCC macros for Clang 2014-10-31 14:05:09 +00:00
Arm MdePkg/ProcessorBind.h: Add ARM and AArch64 GCC macros for Clang 2014-10-31 14:05:09 +00:00
Ebc MdePkg Base.h: Always define ASM_PFX 2014-09-01 17:23:10 +00:00
Guid Rollback r17113. 2015-04-03 05:23:13 +00:00
Ia32 MdePkg IA32/X64 ProcessorBind.h : Disable the C4701 and C4703 warnings for VS2013. 2015-01-09 04:50:11 +00:00
IndustryStandard MdePkg: Fixed wrong definition in smbios.h. 2015-02-25 01:02:41 +00:00
Ipf MdePkg Base.h: Always define ASM_PFX 2014-09-01 17:23:10 +00:00
Library MdePkg: Fix build fail when DDK3790 tool chain is used 2015-04-10 03:00:40 +00:00
Pi MdePkg/MdeModulePkg: Implement the missing SetMemorySpaceCapabilities function. 2014-11-20 01:23:49 +00:00
Ppi TempRam Done PPI definition in PI1.2.1 2013-11-22 06:13:03 +00:00
Protocol Rollback r17113. 2015-04-03 05:23:13 +00:00
Uefi MdePkg: Add [in/out] tags to those function type declarations in UefiSpec.h for Doxgen format 2015-01-21 02:47:49 +00:00
X64 MdePkg IA32/X64 ProcessorBind.h : Disable the C4701 and C4703 warnings for VS2013. 2015-01-09 04:50:11 +00:00
Base.h MdePkg Base.h: Fix EBC build failure and add comments for RETURN_ADDRESS macro. 2014-11-17 01:53:41 +00:00
PiDxe.h Update the copyright notice format 2010-04-23 15:46:20 +00:00
PiPei.h Update the copyright notice format 2010-04-23 15:46:20 +00:00
PiSmm.h Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the SMM Communication ACPI Table defined in the PI spec. 2011-02-22 10:05:06 +00:00
Uefi.h Update the copyright notice format 2010-04-23 15:46:20 +00:00