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
This commit is contained in:
jwang36
2007-01-19 06:25:21 +00:00
parent 8fc81f2a88
commit f9081b646d
3 changed files with 155 additions and 4 deletions

View File

@@ -129,7 +129,8 @@ RuntimeDriverLibConstruct (
EFI_STATUS
EFIAPI
RuntimeDriverLibDeconstruct (
VOID
IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable
)
{
EFI_STATUS Status;