From 82eb2d7492b3be2a255ea7cc56836d45b609c1fb Mon Sep 17 00:00:00 2001 From: Joey Vagedes Date: Mon, 5 Aug 2024 13:40:34 -0700 Subject: [PATCH] Revert "Base.h: Ignore VA macro Mu change when host tests are enabled" This reverts commit 01f1b2da98675e992e7f723b13e859a9a50be40d. --- MdePkg/Include/Base.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MdePkg/Include/Base.h b/MdePkg/Include/Base.h index 42f240b0a9..a25cdb7939 100644 --- a/MdePkg/Include/Base.h +++ b/MdePkg/Include/Base.h @@ -667,9 +667,7 @@ typedef __builtin_va_list VA_LIST; // VA macros for Visual Studio // This comes from the VS header: // Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\\include\vadefs.h -// Do not use when building host-based unit tests as these definitions conflict with those -// used in original header file. -#elif defined (_MSC_VER) && !defined (HOST_UNIT_TEST_BUILD) +#elif defined (_MSC_VER) // // Microsoft compilers