gtk+ r21556 - branches/gtk-2-14/gdk-pixbuf



Author: tml
Date: Wed Oct  1 10:43:55 2008
New Revision: 21556
URL: http://svn.gnome.org/viewvc/gtk+?rev=21556&view=rev

Log:
2008-10-01  Tor Lillqvist  <tml novell com>

	* io-icns.c: Don't #define _GNU_SOURCE on Windows as it confuses
	newest mingw headers.



Modified:
   branches/gtk-2-14/gdk-pixbuf/ChangeLog
   branches/gtk-2-14/gdk-pixbuf/io-icns.c

Modified: branches/gtk-2-14/gdk-pixbuf/io-icns.c
==============================================================================
--- branches/gtk-2-14/gdk-pixbuf/io-icns.c	(original)
+++ branches/gtk-2-14/gdk-pixbuf/io-icns.c	Wed Oct  1 10:43:55 2008
@@ -19,7 +19,9 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#ifndef _WIN32
 #define _GNU_SOURCE
+#endif
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>



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