From e26d7b59756b8995473345713178e1b35473a7a2 Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 17 Sep 2010 20:08:57 +0000 Subject: ShellPkg: Fix EFIAPI usage inconsistencies git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10888 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiSortLib/UefiSortLib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ShellPkg/Library/UefiSortLib/UefiSortLib.c') diff --git a/ShellPkg/Library/UefiSortLib/UefiSortLib.c b/ShellPkg/Library/UefiSortLib/UefiSortLib.c index efeaad8c76..7cbff34cca 100644 --- a/ShellPkg/Library/UefiSortLib/UefiSortLib.c +++ b/ShellPkg/Library/UefiSortLib/UefiSortLib.c @@ -191,6 +191,7 @@ PerformQuickSort ( @return > 0 Buffer1 is greater than Buffer2 **/ INTN +EFIAPI DevicePathCompare ( IN CONST VOID *Buffer1, IN CONST VOID *Buffer2 -- cgit v1.2.3