From 041dd2b42a9d56b3caaad2e2f647daf86843d8b4 Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Thu, 5 Jul 2012 12:52:42 -0400 Subject: [PATCH] We're not MSABI, so don't advertise this as such --- shim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim.h b/shim.h index 86da132..b917ea2 100644 --- a/shim.h +++ b/shim.h @@ -5,7 +5,7 @@ INTERFACE_DECL(_SHIM_LOCK); typedef EFI_STATUS -(EFIAPI *EFI_SHIM_LOCK_VERIFY) ( +(*EFI_SHIM_LOCK_VERIFY) ( IN VOID *buffer, IN UINT32 size );