]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Base.h
MdePkg Base.h: Use correct style to check the defined macro
authorLiming Gao <liming.gao@intel.com>
Thu, 16 Jan 2020 03:48:05 +0000 (11:48 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 17 Jan 2020 00:57:34 +0000 (00:57 +0000)
commit63653ff8c83e732d8bb3087db09ca8e7ca11a57a
treed4b73d4ef22e2d866fe50ca65daf9e270b710e86
parent710ff7490ad897383eb35d1becadabd21a733f24
MdePkg Base.h: Use correct style to check the defined macro

#if MACRO is not good style. It should be changed to
#ifdef MACRO style or #if defined (MACRO) style.

Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Base.h