gtk+ r21555 - trunk/gdk-pixbuf
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r21555 - trunk/gdk-pixbuf
- Date: Wed, 1 Oct 2008 10:43:02 +0000 (UTC)
Author: tml
Date: Wed Oct 1 10:43:02 2008
New Revision: 21555
URL: http://svn.gnome.org/viewvc/gtk+?rev=21555&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:
trunk/gdk-pixbuf/ChangeLog
trunk/gdk-pixbuf/io-icns.c
Modified: trunk/gdk-pixbuf/io-icns.c
==============================================================================
--- trunk/gdk-pixbuf/io-icns.c (original)
+++ trunk/gdk-pixbuf/io-icns.c Wed Oct 1 10:43:02 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]