From: yshang1 Date: Tue, 5 Sep 2006 02:14:32 +0000 (+0000) Subject: Update library constructor definition. X-Git-Tag: edk2-stable201903~24429 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=a5e465a79f7a3ccf00314ba7fa6be275e1fde790 Update library constructor definition. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1445 6f19259b-4bc3-4df7-8a09-765794883524 --- 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 )