From 71cd84ac09d575493425f90b203cc01741ebb884 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 2 Feb 2021 19:52:14 -0800 Subject: StandaloneMmPkg/FvLib.h: Add EFIAPI to FfsFindSection() REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3203 The EFIAPI modifier is present in the function definition in FvLib.c but missing in FvLib.h. Causes a GCC build error. Signed-off-by: Michael Kubacki Reviewed-by: Sami Mujawar --- StandaloneMmPkg/Include/Library/FvLib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'StandaloneMmPkg') diff --git a/StandaloneMmPkg/Include/Library/FvLib.h b/StandaloneMmPkg/Include/Library/FvLib.h index c08e043cf6..4ef2c8540a 100644 --- a/StandaloneMmPkg/Include/Library/FvLib.h +++ b/StandaloneMmPkg/Include/Library/FvLib.h @@ -50,6 +50,7 @@ FfsFindNextFile ( @retval EFI_SUCCESS **/ EFI_STATUS +EFIAPI FfsFindSection ( IN EFI_SECTION_TYPE SectionType, IN EFI_FFS_FILE_HEADER *FfsFileHeader, -- cgit v1.2.3