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.20,1.2


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2/libyahoo2 libyahoo2.c,1.20,1.21 yahoo_httplib.c,1.7,1.8
Date: Wed, 26 Mar 2003 08:18:01 -0500

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

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


snprintf to _snprintf migration and some new mingw32 lib files



Index: libyahoo2.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/libyahoo2.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libyahoo2.c 25 Mar 2003 02:13:30 -0000      1.20
+++ libyahoo2.c 26 Mar 2003 13:17:59 -0000      1.21
@@ -82,8 +82,8 @@
 #include "yahoo2_callbacks.h"
 #include "yahoo_debug.h"
 #ifdef __MINGW32__
-#define snprintf g_snprintf
-#define vsnprintf g_vsnprintf
+#define snprintf _snprintf
+#define vsnprintf _vsnprintf
 #endif
 
 #ifdef USE_STRUCT_CALLBACKS

Index: yahoo_httplib.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/libyahoo2/yahoo_httplib.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yahoo_httplib.c     25 Mar 2003 02:13:30 -0000      1.7
+++ yahoo_httplib.c     26 Mar 2003 13:17:59 -0000      1.8
@@ -50,7 +50,7 @@
 
 #include "yahoo_debug.h"
 #ifdef __MINGW32__
-#define snprintf g_snprintf
+#define snprintf _snprintf
 #endif
 
 extern enum yahoo_log_level log_level;





reply via email to

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