diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2023-05-27 18:02:16 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-03 06:25:32 +0000 |
commit | 05ac9a58f567045a60d67271345efbd8f9ffc31e (patch) | |
tree | 2d742496c5c9eccf8b1906af7ce38ca9dbdc5a03 /BaseTools/Source/Python | |
parent | 1e079360cd6f70ac26f0c808a35f14b3c4c56b85 (diff) | |
download | edk2-05ac9a58f567045a60d67271345efbd8f9ffc31e.zip edk2-05ac9a58f567045a60d67271345efbd8f9ffc31e.tar.gz edk2-05ac9a58f567045a60d67271345efbd8f9ffc31e.tar.bz2 |
MdePkg/Include/IndustryStandard: Add operator_ and xor_ field names
Update Tpm12.h and Tpm20.h and not use c++ reserved keywords
operator and xor in C structures to support use of these
include files when building with a C++ compiler.
This patch temporarily introduces an anonymous union to add
operator_ and xor_ fields to support migration from the current
field names to the new field names.
Warning 4201 is disabled for VS20xx tool chains is a temporary
change to allow the use of anonymous unions.
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions