ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 yahoo2.h,1.9,1.10


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 yahoo2.h,1.9,1.10
Date: Thu, 27 Mar 2003 11:46:35 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2
In directory subversions:/tmp/cvs-serv1425/modules/yahoo2/libyahoo2

Modified Files:
        yahoo2.h 
Log Message:


MINGW32 readme and update for yahoo


Index: yahoo2.h
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/yahoo2.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- yahoo2.h    24 Mar 2003 10:56:36 -0000      1.9
+++ yahoo2.h    27 Mar 2003 16:46:33 -0000      1.10
@@ -22,6 +22,12 @@
 #ifndef YAHOO2_H
 #define YAHOO2_H
 
+#ifdef __MINGW32__
+# include <winsock2.h>
+# define write(a,b,c) send(a,b,c,0)
+# define read(a,b,c)  recv(a,b,c,0)
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif





reply via email to

[Prev in Thread] Current Thread [Next in Thread]