Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: Rebecca Cran <rebe...@os.amperecomputing.com> > 发送时间: 2023年9月7日 3:47 > 收件人: devel@edk2.groups.io; mikub...@linux.microsoft.com > 抄送: Michael D Kinney <michael.d.kin...@intel.com>; Liming Gao > <gaolim...@byosoft.com.cn>; Zhiguang Liu <zhiguang....@intel.com>; > Rebecca Cran <rebe...@bsdio.com> > 主题: Re: [edk2-devel] [PATCH v1 1/1] MdePkg/Library/BaseRngLib: Fix > include guard > > On 9/6/2023 11:29 AM, Michael Kubacki via groups.io wrote: > > From: Michael Kubacki <michael.kuba...@microsoft.com> > > > > The include guard is incomplete and does not define the macro. > > > > Cc: Michael D Kinney <michael.d.kin...@intel.com> > > Cc: Liming Gao <gaolim...@byosoft.com.cn> > > Cc: Zhiguang Liu <zhiguang....@intel.com> > > Cc: Rebecca Cran <rebe...@bsdio.com> > > Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> > > --- > > MdePkg/Library/BaseRngLib/BaseRngLibInternals.h | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h > b/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h > > index a9cbce15302f..d0abcc3452ee 100644 > > --- a/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h > > +++ b/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h > > @@ -9,6 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > > **/ > > > > #ifndef BASE_RNGLIB_INTERNALS_H_ > > +#define BASE_RNGLIB_INTERNALS_H_ > > > > /** > > Generates a 16-bit random number. > > Reviewed-by: Rebecca Cran <rebe...@os.amperecomputing.com>
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108428): https://edk2.groups.io/g/devel/message/108428 Mute This Topic: https://groups.io/mt/101228309/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-