added EFIAPI for those constructor functions

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1548 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff
2006-09-18 02:44:41 +00:00
parent a8e756dad0
commit 7f47bef3d8
6 changed files with 114 additions and 108 deletions

View File

@ -22,6 +22,7 @@ Abstract:
static DECOMPRESS_LIBRARY mCustomDecompress; static DECOMPRESS_LIBRARY mCustomDecompress;
EFI_STATUS EFI_STATUS
EFIAPI
DxeCoreCustomDecompressLibConstructor ( DxeCoreCustomDecompressLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -22,6 +22,7 @@ Abstract:
static DECOMPRESS_LIBRARY mTianoDecompress; static DECOMPRESS_LIBRARY mTianoDecompress;
EFI_STATUS EFI_STATUS
EFIAPI
DxeCoreTianoDecompressLibConstructor ( DxeCoreTianoDecompressLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -22,6 +22,7 @@ Abstract:
static DECOMPRESS_LIBRARY mEfiDecompress; static DECOMPRESS_LIBRARY mEfiDecompress;
EFI_STATUS EFI_STATUS
EFIAPI
DxeCoreUefiDecompressLibConstructor ( DxeCoreUefiDecompressLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -26,6 +26,7 @@ Abstract:
--*/ --*/
EFI_STATUS EFI_STATUS
EFIAPI
FvbLibInitialize ( FvbLibInitialize (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -20,6 +20,7 @@ Revision History:
--*/ --*/
EFI_STATUS EFI_STATUS
EFIAPI
IfrLibConstruct ( IfrLibConstruct (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -25,6 +25,7 @@ Abstract:
EFI_PEI_PE_COFF_LOADER_PROTOCOL *mPeiEfiPeiPeCoffLoader; EFI_PEI_PE_COFF_LOADER_PROTOCOL *mPeiEfiPeiPeCoffLoader;
EFI_STATUS EFI_STATUS
EFIAPI
PeCoffLoaderConstructor ( PeCoffLoaderConstructor (
IN EFI_FFS_FILE_HEADER *FfsHeader, IN EFI_FFS_FILE_HEADER *FfsHeader,
IN EFI_PEI_SERVICES **PeiServices IN EFI_PEI_SERVICES **PeiServices