diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-25 06:26:28 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-25 06:26:28 +0000 |
commit | 21ecdf15a01ed8a2adce55a31fa0bee9ed8eb061 (patch) | |
tree | 3430f1da40c94d9fbb868e15fb46eb802fcd1f74 /ShellPkg | |
parent | 4a5b245a52364e8d63a40eb8790d0b2f2925de9d (diff) | |
download | edk2-platforms-21ecdf15a01ed8a2adce55a31fa0bee9ed8eb061.tar.xz |
Library interface should be declared as EFIAPI
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10542 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r-- | ShellPkg/Library/BaseSortLib/BaseSortLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShellPkg/Library/BaseSortLib/BaseSortLib.c b/ShellPkg/Library/BaseSortLib/BaseSortLib.c index 49327153e2..ceedc884c0 100644 --- a/ShellPkg/Library/BaseSortLib/BaseSortLib.c +++ b/ShellPkg/Library/BaseSortLib/BaseSortLib.c @@ -177,6 +177,7 @@ PerformQuickSort ( ASSERT and return 0.
**/
INTN
+EFIAPI
DevicePathCompare (
IN CONST VOID *Buffer1,
IN CONST VOID *Buffer2
|