From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id F3A31740038 for ; Mon, 24 Jul 2023 01:09:50 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=UFRODVUCGMgRZoNK7okrir5doR9f4V4lYVt2L/GqGQ4=; c=relaxed/simple; d=groups.io; h=X-Received:X-Received:X-Received:X-Received:X-Received:X-Received:X-WM-Sender:X-Originating-IP:X-WM-AuthFlag:X-WM-AuthUser:From:To:Cc:References:In-Reply-To:Subject:Date:Message-ID:MIME-Version:Thread-Index:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:X-Gm-Message-State:Content-Type:Content-Transfer-Encoding:Content-Language; s=20140610; t=1690160989; v=1; b=TGrCt5tFwFaDflTx2TOUjXQSKCnuYw1UsmAqJpVxsFFANUlOqUR2O2luCq2NrwjCpkAKX1zi U5Kotr4sllKmXuBmsjgx/NAhUyTAFzBdT8uldmek1NbqeDZA/ut6UoBmhlZr54SVE+opKWkOc0G ktR+hvdHoLXcH+zcEPIDQY5Q= X-Received: by 127.0.0.2 with SMTP id tsFUYY7687511x9m2IRt06f4; Sun, 23 Jul 2023 18:09:49 -0700 X-Received: from zrleap.intel-email.com (zrleap.intel-email.com [114.80.218.36]) by mx.groups.io with SMTP id smtpd.web11.38551.1690160988587320747 for ; Sun, 23 Jul 2023 18:09:48 -0700 X-Received: from zrleap.intel-email.com (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 39842A32E002 for ; Mon, 24 Jul 2023 09:09:46 +0800 (CST) X-Received: from localhost (localhost [127.0.0.1]) by zrleap.intel-email.com (Postfix) with ESMTP id 2955DA32E04E for ; Mon, 24 Jul 2023 09:09:46 +0800 (CST) X-Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by zrleap.intel-email.com (Postfix) with SMTP id 69C9EA32E236 for ; Mon, 24 Jul 2023 09:09:43 +0800 (CST) X-Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Mon, 24 Jul 2023 09:09:35 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming via groups.io" To: "'Michael D Kinney'" , Cc: "'Gerd Hoffmann'" , "'Rebecca Cran'" , "'Zhiguang Liu'" , "'Andrew Fish'" , "'Ray Ni'" References: <20230722010622.1708-1-michael.d.kinney@intel.com> In-Reply-To: <20230722010622.1708-1-michael.d.kinney@intel.com> Subject: =?UTF-8?B?W2VkazItZGV2ZWxdIOWbnuWkjTogW1BhdGNoIDAvMl0gTW92ZSBSVU5USU1FX0ZVTkNUSU9OIHJlZGVmaW50aW9uIGZpeCB0byBFbXVsYXRvclBrZw==?= Date: Mon, 24 Jul 2023 09:09:35 +0800 Message-ID: <002301d9bdcb$8332de20$89989a60$@byosoft.com.cn> MIME-Version: 1.0 Thread-Index: AQH3cqNqU5bZ6VHBO+v2H3K1yld+sq+Msapw Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,gaoliming@byosoft.com.cn List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: zwsb1ydrUuxoWoDx9vlJEzDmx7686176AA= Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=TGrCt5tF; dmarc=none; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Michael D Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2023=C4=EA7=D4=C222=C8=D5 9:06 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Gerd Hoffmann ; Rebecca Cran > ; Liming Gao ; Zhiguang > Liu ; Andrew Fish ; Ray Ni > > =D6=F7=CC=E2: [Patch 0/2] Move RUNTIME_FUNCTION redefintion fix to Emulat= orPkg >=20 > Remove RUNTIME_FUNCTION redefinition error workaround from > the following commit to the MdePkg that only impacts EmulatorPkg > builds that uses windows include files: >=20 > https://github.com/tianocore/edk2/commit/ff52068d9261b9391d75b83a2a4 > e40e040f3b6eb >=20 > The correct location for this fix is in the EmulatorPkg > in the WinInclude.h file that addresses all the name > collisions between edk2 types and windows types. >=20 > Cc: Gerd Hoffmann > Cc: Rebecca Cran > Cc: Liming Gao > Cc: Zhiguang Liu > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Michael D Kinney michael.d.kinney@intel.com >=20 > Michael D Kinney (2): > EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION redefinition error > MdePkg/Include/IndustryStandard: Remove VS20xx workaround >=20 > EmulatorPkg/Win/Host/WinInclude.h | 10 ++++++---- > MdePkg/Include/IndustryStandard/PeImage.h | 5 ----- > 2 files changed, 6 insertions(+), 9 deletions(-) >=20 > -- > 2.40.1.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107147): https://edk2.groups.io/g/devel/message/107147 Mute This Topic: https://groups.io/mt/100321453/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-