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 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'EdkModulePkg/Library/EdkUefiRuntimeLib/Common/RuntimeLib.c') 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; -- cgit v1.2.3