From f9081b646d7748e4a035ef736c13a92bc8d9681b Mon Sep 17 00:00:00 2001 From: jwang36 Date: Fri, 19 Jan 2007 06:25:21 +0000 Subject: 1) Added prototype of constructor and destructor in the library's AutoGen.h. This is necessary for Intel Compiler. 2) Corrected the prototype destructor of EdkUefiRuntimeLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2271 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c | 3 ++- EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'EdkModulePkg/Library/EdkUefiRuntimeLib') diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c index 1b11dfb5fa..335a9b9bc7 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c @@ -129,7 +129,8 @@ RuntimeDriverLibConstruct ( EFI_STATUS EFIAPI RuntimeDriverLibDeconstruct ( - VOID + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable ) { EFI_STATUS Status; diff --git a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c index 7ef24d4938..9fa1d1610d 100644 --- a/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c +++ b/EdkModulePkg/Library/EdkUefiRuntimeLib/Ipf/RuntimeLib.c @@ -142,7 +142,8 @@ Returns: EFI_STATUS EFIAPI RuntimeDriverLibDeconstruct ( - VOID + IN EFI_HANDLE ImageHandle, + IN EFI_SYSTEM_TABLE *SystemTable ) /*++ -- cgit v1.2.3