Skip to content

Commit

Permalink
Revert "Base.h: Ignore VA macro Mu change when host tests are enabled"
Browse files Browse the repository at this point in the history
This reverts commit 01f1b2d.
  • Loading branch information
Javagedes committed Aug 8, 2024
1 parent 63fc132 commit 82eb2d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions MdePkg/Include/Base.h
Original file line number Diff line number Diff line change
Expand Up @@ -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\<version>\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
Expand Down

0 comments on commit 82eb2d7

Please sign in to comment.