mirror of https://github.com/acidanthera/audk.git
Correct the check for macro definition __EDKII_GLUE_PEI_HOB_LIB__.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10719 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
526cafb5fe
commit
6401e5ff13
|
@ -631,7 +631,7 @@ Abstract:
|
|||
#error EdkIIGluePciLibPciExpress and EdkIIGluePciLibCf8: can only be mutual exclusively used.
|
||||
#endif
|
||||
|
||||
#if defined (__EDKII_GLUE_DXE_HOB_LIB__) && (__EDKII_GLUE_PEI_HOB_LIB__)
|
||||
#if defined(__EDKII_GLUE_DXE_HOB_LIB__) && defined(__EDKII_GLUE_PEI_HOB_LIB__)
|
||||
#error EdkIIGlueDxeHobLib and EdkIIGluePeiHobLib: can only be mutual exclusively used.
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue