Revision: 14148
          http://edk2.svn.sourceforge.net/edk2/?rev=14148&view=rev
Author:   lpleahy
Date:     2013-02-27 22:15:36 +0000 (Wed, 27 Feb 2013)
Log Message:
-----------
Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") 
calling convention on X64, causing problems like 
<http://sourceforge.net/mailarchive/message.php?msg_id=30356166>.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Laszlo Ersek <[email protected]>
Reviewed-by: lpleahy

Modified Paths:
--------------
    trunk/edk2/StdLib/EfiSocketLib/Socket.h

Modified: trunk/edk2/StdLib/EfiSocketLib/Socket.h
===================================================================
--- trunk/edk2/StdLib/EfiSocketLib/Socket.h     2013-02-27 03:01:40 UTC (rev 
14147)
+++ trunk/edk2/StdLib/EfiSocketLib/Socket.h     2013-02-27 22:15:36 UTC (rev 
14148)
@@ -362,7 +362,7 @@
 **/
 typedef
 EFI_STATUS
-(* PFN_NET_CONFIGURE) (
+(EFIAPI * PFN_NET_CONFIGURE) (
   IN VOID * pProtocol,
   IN VOID * pConfigData
   );
@@ -378,7 +378,7 @@
 **/
 typedef
 EFI_STATUS
-(* PFN_NET_IO_START) (
+(EFIAPI * PFN_NET_IO_START) (
   IN VOID * pProtocol,
   IN VOID * pToken
   );
@@ -394,7 +394,7 @@
 **/
 typedef
 EFI_STATUS
-(* PFN_NET_POLL) (
+(EFIAPI * PFN_NET_POLL) (
   IN VOID * pProtocol
   );
 

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to