Revision: 14059
          http://edk2.svn.sourceforge.net/edk2/?rev=14059&view=rev
Author:   darylm503
Date:     2013-01-16 23:45:13 +0000 (Wed, 16 Jan 2013)
Log Message:
-----------
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:  [email protected]
Reviewed-by:    [email protected]

Modified Paths:
--------------
    trunk/edk2/AppPkg/Applications/Main/Main.c

Modified: trunk/edk2/AppPkg/Applications/Main/Main.c
===================================================================
--- trunk/edk2/AppPkg/Applications/Main/Main.c  2013-01-16 16:37:01 UTC (rev 
14058)
+++ trunk/edk2/AppPkg/Applications/Main/Main.c  2013-01-16 23:45:13 UTC (rev 
14059)
@@ -32,7 +32,6 @@
   @retval  Other     An error occurred.
 ***/
 int
-EFIAPI
 main (
   IN int Argc,
   IN char **Argv

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to