ShellPkg: Fix EFIAPI usage inconsistencies

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10888 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2010-09-17 20:08:57 +00:00
parent 8d095e78c6
commit e26d7b5975
4 changed files with 12 additions and 7 deletions

View File

@ -18,7 +18,9 @@
#include <Library/ShellCEntryLib.h>
#include <Library/SortLib.h>
INTN Test(CONST VOID*b1, CONST VOID*b2)
INTN
EFIAPI
Test(CONST VOID*b1, CONST VOID*b2)
{
if (*(INTN*)b1 == *(INTN*)b2) {
return (0);