ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/utility autotrans.c,1.10,1.11 notes.


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/utility autotrans.c,1.10,1.11 notes.c,1.8,1.9 rainbow.c,1.10,1.11
Date: Mon, 24 Mar 2003 21:13:33 -0500

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

Modified Files:
        autotrans.c notes.c rainbow.c 
Log Message:


Updated to allow building and fixed icq namespace issues.



Index: autotrans.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/utility/autotrans.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- autotrans.c 7 Feb 2003 08:25:33 -0000       1.10
+++ autotrans.c 25 Mar 2003 02:13:30 -0000      1.11
@@ -21,6 +21,9 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
+#ifdef __MINGW32__
+#define __IN_PLUGIN__
+#endif
 
 #include "intl.h"
 
@@ -34,6 +37,9 @@
 #include "prefs.h"
 #include "util.h"
 #include "tcp_util.h"
+#ifdef __MINGW32__
+#define snprintf g_snprintf
+#endif
 
 
 /* already declared in dialog.h - but that uses gtk */

Index: notes.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/utility/notes.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- notes.c     21 Mar 2003 11:19:07 -0000      1.8
+++ notes.c     25 Mar 2003 02:13:30 -0000      1.9
@@ -40,6 +40,7 @@
 #endif
 #ifdef __MINGW32__
 #define mkdir(a,b) _mkdir(a)
+#define snprintf g_snprintf
 #endif
 
 

Index: rainbow.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/utility/rainbow.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rainbow.c   21 Mar 2003 11:19:07 -0000      1.10
+++ rainbow.c   25 Mar 2003 02:13:30 -0000      1.11
@@ -34,6 +34,9 @@
 #include "plugin_api.h"
 #include "prefs.h"
 #include "debug.h"
+#ifdef __MINGW32__
+#define snprintf g_snprintf
+#endif
 
 
 
/*******************************************************************************





reply via email to

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