From a5e465a79f7a3ccf00314ba7fa6be275e1fde790 Mon Sep 17 00:00:00 2001 From: yshang1 Date: Tue, 5 Sep 2006 02:14:32 +0000 Subject: [PATCH] Update library constructor definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1445 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c | 2 ++ EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c index adddf933e2..d80a71cda2 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c @@ -119,6 +119,7 @@ Returns: } EFI_STATUS +EFIAPI RuntimeDriverLibConstruct ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable @@ -177,6 +178,7 @@ Returns: } EFI_STATUS +EFIAPI RuntimeDriverLibDeconstruct ( VOID ) diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c index a4eeb33838..d0f0d6012b 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c @@ -117,6 +117,7 @@ Returns: } EFI_STATUS +EFIAPI RuntimeDriverLibConstruct ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable @@ -194,6 +195,7 @@ Returns: } EFI_STATUS +EFIAPI RuntimeDriverLibDeconstruct ( VOID ) -- 2.39.2