gimp r27097 - in trunk: . app/widgets



Author: tml
Date: Wed Oct  1 12:32:31 2008
New Revision: 27097
URL: http://svn.gnome.org/viewvc/gimp?rev=27097&view=rev

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

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



Modified:
   trunk/ChangeLog
   trunk/app/widgets/gtkscalebutton.c

Modified: trunk/app/widgets/gtkscalebutton.c
==============================================================================
--- trunk/app/widgets/gtkscalebutton.c	(original)
+++ trunk/app/widgets/gtkscalebutton.c	Wed Oct  1 12:32:31 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]