From fbecde80663ea688ff0a83c4303cecbb49fd766f Mon Sep 17 00:00:00 2001 From: Download-Fritz Date: Fri, 24 Apr 2020 11:11:03 +0200 Subject: [PATCH] OcBmLib: Add missing EFIAPI decorator --- Library/OcBootManagementLib/OcBootManagementLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/OcBootManagementLib/OcBootManagementLib.c b/Library/OcBootManagementLib/OcBootManagementLib.c index fe59ffcd..4b1555c7 100644 --- a/Library/OcBootManagementLib/OcBootManagementLib.c +++ b/Library/OcBootManagementLib/OcBootManagementLib.c @@ -49,6 +49,7 @@ #include EFI_STATUS +EFIAPI OcShowSimpleBootMenu ( IN OC_PICKER_CONTEXT *Context, IN OC_BOOT_ENTRY *BootEntries,