mirror of https://github.com/acidanthera/audk.git
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:
parent
6940c19adf
commit
f87146d7c6
|
@ -32,7 +32,6 @@
|
|||
@retval Other An error occurred.
|
||||
***/
|
||||
int
|
||||
EFIAPI
|
||||
main (
|
||||
IN int Argc,
|
||||
IN char **Argv
|
||||
|
|
Loading…
Reference in New Issue