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:
lgao4 2010-07-30 07:46:38 +00:00
parent 526cafb5fe
commit 6401e5ff13
1 changed files with 1 additions and 1 deletions

View File

@ -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