From f87146d7c637d774317120dc9e7860113c4b5f73 Mon Sep 17 00:00:00 2001 From: darylm503 Date: Wed, 16 Jan 2013 23:45:13 +0000 Subject: [PATCH] AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the main() function. The main() function should not be declared as EFIAPI. To do so conflicts with the C specification and does not match the internal declaration of main(). Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: daryl.mcdaniel@intel.com Reviewed-by: erik.c.bjorge@intel.com git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14059 6f19259b-4bc3-4df7-8a09-765794883524 --- AppPkg/Applications/Main/Main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/AppPkg/Applications/Main/Main.c b/AppPkg/Applications/Main/Main.c index c2762d57d6..f588a30fbd 100644 --- a/AppPkg/Applications/Main/Main.c +++ b/AppPkg/Applications/Main/Main.c @@ -32,7 +32,6 @@ @retval Other An error occurred. ***/ int -EFIAPI main ( IN int Argc, IN char **Argv -- 2.39.2