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:
@ -22,6 +22,7 @@ Abstract:
|
||||
static DECOMPRESS_LIBRARY mCustomDecompress;
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
DxeCoreCustomDecompressLibConstructor (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
@ -22,6 +22,7 @@ Abstract:
|
||||
static DECOMPRESS_LIBRARY mTianoDecompress;
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
DxeCoreTianoDecompressLibConstructor (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
@ -22,6 +22,7 @@ Abstract:
|
||||
static DECOMPRESS_LIBRARY mEfiDecompress;
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
DxeCoreUefiDecompressLibConstructor (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
@ -26,6 +26,7 @@ Abstract:
|
||||
--*/
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
FvbLibInitialize (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
@ -20,6 +20,7 @@ Revision History:
|
||||
--*/
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
IfrLibConstruct (
|
||||
IN EFI_HANDLE ImageHandle,
|
||||
IN EFI_SYSTEM_TABLE *SystemTable
|
||||
|
@ -25,6 +25,7 @@ Abstract:
|
||||
EFI_PEI_PE_COFF_LOADER_PROTOCOL *mPeiEfiPeiPeCoffLoader;
|
||||
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
PeCoffLoaderConstructor (
|
||||
IN EFI_FFS_FILE_HEADER *FfsHeader,
|
||||
IN EFI_PEI_SERVICES **PeiServices
|
||||
|
Reference in New Issue
Block a user