]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/Include: Add STATIC_ASSERT for L'' and L"" strings
authorMichael D Kinney <michael.d.kinney@intel.com>
Wed, 7 Jul 2021 18:27:37 +0000 (11:27 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 9 Jul 2021 23:43:45 +0000 (23:43 +0000)
commitad1009ec626bea7a718d595f98f0ad49a16c6e5b
treee5eaf19c36646bff2c55e2b82d5662477e25fe9b
parent5ef08a49e3411a56a2afedbb11127279033c8915
MdePkg/Include: Add STATIC_ASSERT for L'' and L"" strings

Add STATIC_ASSERT() macros to verify that the compiler is
configured correctly for the use of L'' and L"" strings.

Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
MdePkg/Include/Base.h