gimp r27096 - in trunk: . app/plug-in
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r27096 - in trunk: . app/plug-in
- Date: Wed, 1 Oct 2008 12:27:32 +0000 (UTC)
Author: tml
Date: Wed Oct 1 12:27:32 2008
New Revision: 27096
URL: http://svn.gnome.org/viewvc/gimp?rev=27096&view=rev
Log:
2008-10-01 Tor Lillqvist <tml novell com>
* app/plug-in/gimpplugin.c: Don't #define _GNU_SOURCE on Windows
as it confuses newest mingw headers.
Modified:
trunk/ChangeLog
trunk/app/plug-in/gimpplugin.c
Modified: trunk/app/plug-in/gimpplugin.c
==============================================================================
--- trunk/app/plug-in/gimpplugin.c (original)
+++ trunk/app/plug-in/gimpplugin.c Wed Oct 1 12:27:32 2008
@@ -20,7 +20,9 @@
#include "config.h"
+#ifndef _WIN32
#define _GNU_SOURCE
+#endif
#include <errno.h>
#include <signal.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]