gtk+ r21560 - in branches/gtk-2-14: . gtk
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21560 - in branches/gtk-2-14: . gtk
- Date: Wed, 1 Oct 2008 11:04:00 +0000 (UTC)
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]