diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-27 04:45:38 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-03-27 04:45:38 +0000 |
commit | d1d1603e20b76cade36ace14531abb83d0b5c655 (patch) | |
tree | 2bf177f6537307a1bf0fb8f9ce21999daa867fac /EdkCompatibilityPkg/Foundation | |
parent | 193f8db47b9e61afcc7b6e89735d4ecfdfbd7d92 (diff) | |
download | edk2-platforms-d1d1603e20b76cade36ace14531abb83d0b5c655.tar.xz |
Rename PeiServicesLocatePpi to PeiServicesLocatePpi.
(Do not use macro function to avoid macro expansion error.)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4959 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePeiServicesLib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePeiServicesLib.h b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePeiServicesLib.h index 373723376e..f9a9dd7c01 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePeiServicesLib.h +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/EdkIIGluePeiServicesLib.h @@ -23,6 +23,11 @@ Abstract: #ifndef __EDKII_GLUE_PEI_SERVICES_LIB_H__
#define __EDKII_GLUE_PEI_SERVICES_LIB_H__
+//
+// To avoid macro expansion issue when the parameter list has #if #endif.
+//
+#define PeiServicesLocatePpi GluePeiServicesLocatePpi
+
/**
This service enables a given PEIM to register an interface into the PEI Foundation.
|