Re: [edk2] [Patch] BaseTools: Fix compile error on VS2010

2018-01-02 Thread Gao, Liming
Reviewed-by: Liming Gao <liming@intel.com> >-Original Message- >From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of >Yonghong Zhu >Sent: Wednesday, January 03, 2018 1:48 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [Patch] BaseTools: Fix

[edk2] [Patch] BaseTools: Fix compile error on VS2010

2018-01-02 Thread Yonghong Zhu
VS2010 also defined RSIZE_MAX, so we undef it first. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu --- BaseTools/Source/C/Common/CommonLib.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git