]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Use IsZeroGuid API for zero GUID checking
authorHao Wu <hao.a.wu@intel.com>
Tue, 30 Aug 2016 01:57:59 +0000 (09:57 +0800)
committerHao Wu <hao.a.wu@intel.com>
Wed, 31 Aug 2016 03:14:01 +0000 (11:14 +0800)
Instead of comparing a GUID with gZeroGuid via the CompareGuid API, the
commit uses the IsZeroGuid API to check if the given GUID is a zero GUID.

Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@Intel.com>

No differences found