ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.57,1.58


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.57,1.58
Date: Wed, 26 Mar 2003 08:46:09 -0500

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

Modified Files:
        yahoo.c 
Log Message:


Fix to #ifdef logic around MINGW32 and HAVE_GLIB. It should not be an or


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- yahoo.c     26 Mar 2003 13:17:59 -0000      1.57
+++ yahoo.c     26 Mar 2003 13:46:07 -0000      1.58
@@ -78,8 +78,10 @@
 #include "pixmaps/yahoo_online.xpm"
 #include "pixmaps/yahoo_away.xpm"
 
-#if defined(__MINGW32__) || defined(HAVE_GLIB)
+#if defined(HAVE_GLIB)
 # include <glib.h>
+#endif
+#if defined(__MINGW32__)
 # define snprintf _snprintf
 #endif
 





reply via email to

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