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 libyahoo2.c,1.19,1.2


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.19,1.20 yahoo_httplib.c,1.6,1.7
Date: Mon, 24 Mar 2003 21:13:33 -0500

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

Modified Files:
        libyahoo2.c yahoo_httplib.c 
Log Message:


Updated to allow building and fixed icq namespace issues.



Index: libyahoo2.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/libyahoo2.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libyahoo2.c 24 Mar 2003 14:31:20 -0000      1.19
+++ libyahoo2.c 25 Mar 2003 02:13:30 -0000      1.20
@@ -81,6 +81,10 @@
 
 #include "yahoo2_callbacks.h"
 #include "yahoo_debug.h"
+#ifdef __MINGW32__
+#define snprintf g_snprintf
+#define vsnprintf g_vsnprintf
+#endif
 
 #ifdef USE_STRUCT_CALLBACKS
 struct yahoo_callbacks *yc=NULL;

Index: yahoo_httplib.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/yahoo_httplib.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yahoo_httplib.c     29 Jan 2003 15:25:55 -0000      1.6
+++ yahoo_httplib.c     25 Mar 2003 02:13:30 -0000      1.7
@@ -49,6 +49,9 @@
 #include "yahoo_util.h"
 
 #include "yahoo_debug.h"
+#ifdef __MINGW32__
+#define snprintf g_snprintf
+#endif
 
 extern enum yahoo_log_level log_level;
 extern int yahoo_connect(char * host, int port);





reply via email to

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