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
This commit is contained in:
darylm503 2013-01-16 23:45:13 +00:00
parent 6940c19adf
commit f87146d7c6

View File

@ -32,7 +32,6 @@
@retval Other An error occurred. @retval Other An error occurred.
***/ ***/
int int
EFIAPI
main ( main (
IN int Argc, IN int Argc,
IN char **Argv IN char **Argv