Re: [edk2] [Patch] BaseTools: Resolve BaseTools C tool build failure

2018-02-27 Thread Zhu, Yonghong
:57 PM To: edk2-devel@lists.01.org Subject: [edk2] [Patch] BaseTools: Resolve BaseTools C tool build failure New GUID definition is conflicted with GUID in Windows Kits guiddef.h. GUID definition will be defined when it is undefined. Contributed-under: TianoCore Contribution Agreement 1.1 Sign

[edk2] [Patch] BaseTools: Resolve BaseTools C tool build failure

2018-02-27 Thread Liming Gao
New GUID definition is conflicted with GUID in Windows Kits guiddef.h. GUID definition will be defined when it is undefined. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao --- BaseTools/Source/C/GenFv/GenFvInternalLib.c | 2 +-