gtk+ r21560 - in branches/gtk-2-14: . gtk



Author: tml
Date: Wed Oct  1 11:04:00 2008
New Revision: 21560
URL: http://svn.gnome.org/viewvc/gtk+?rev=21560&view=rev

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

	* gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
	confuses newest mingw headers.



Modified:
   branches/gtk-2-14/ChangeLog
   branches/gtk-2-14/gtk/gtkscalebutton.c

Modified: branches/gtk-2-14/gtk/gtkscalebutton.c
==============================================================================
--- branches/gtk-2-14/gtk/gtkscalebutton.c	(original)
+++ branches/gtk-2-14/gtk/gtkscalebutton.c	Wed Oct  1 11:04:00 2008
@@ -35,7 +35,9 @@
 
 #include "config.h"
 
+#ifndef _WIN32
 #define _GNU_SOURCE
+#endif
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>



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