From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AFBCA80290 for ; Sun, 5 Mar 2017 21:18:22 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2017 21:18:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,251,1484035200"; d="scan'208";a="71989196" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 05 Mar 2017 21:18:22 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 5 Mar 2017 21:18:22 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Mon, 6 Mar 2017 13:18:18 +0800 From: "Zhu, Yonghong" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [PATCH 0/3] BaseTools/Source/C: Fix VS2010/2012 build failure Thread-Index: AQHSljgGMK4zX8BKGEiHtsjq8UIZqKGHRVFg Date: Mon, 6 Mar 2017 05:18:18 +0000 Message-ID: References: <20170306051041.25480-1-hao.a.wu@intel.com> In-Reply-To: <20170306051041.25480-1-hao.a.wu@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDJmNzQwOTgtOTRlYS00M2Y1LWE1NmQtZDgzNWRjM2E3ZjI0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjVXTTByXC9TMmpoVmVkWUNcL2tHXC8zOW9xNXA5UlhMYVwvb2VWcEhuNFhvY0pBPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] BaseTools/Source/C: Fix VS2010/2012 build failure X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 05:18:22 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Looks good. Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Wu, Hao A=20 Sent: Monday, March 6, 2017 1:11 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Zhu, Yonghong ;= Gao, Liming Subject: [PATCH 0/3] BaseTools/Source/C: Fix VS2010/2012 build failure https://bugzilla.tianocore.org/show_bug.cgi?id=3D417 The series resolves the build failure for the VS2010/2012 build failure for= BaseTools GenFw, GenVtf & VolInfo source codes. Cc: Yonghong Zhu Cc: Liming Gao Hao Wu (3): BaseTools/GenFw: Fix VS2010/VS2012 build failure BaseTools/GenVtf: Fix VS2010/VS2012 build failure BaseTools/VolInfo: Fix VS2010/VS2012 build failure BaseTools/Source/C/GenFw/Elf32Convert.c | 17 ++++++++++------- BaseTools/= Source/C/GenFw/Elf64Convert.c | 17 ++++++++++------- BaseTools/Source/C/GenVtf/GenVtf.c | 6 ++++-- BaseTools/Source/C/VolInfo/VolInfo.c | 4 +++- 4 files changed, 27 insertions(+), 17 deletions(-) -- 2.12.0.windows.1