summaryrefslogtreecommitdiffstats
path: root/9.patch
diff options
context:
space:
mode:
Diffstat (limited to '9.patch')
-rw-r--r--9.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/9.patch b/9.patch
new file mode 100644
index 0000000..d65e61e
--- /dev/null
+++ b/9.patch
@@ -0,0 +1,24 @@
+From 921b3814001af275e11da397104765b48717a373 Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@remirepo.net>
+Date: Mon, 11 Jun 2018 13:46:07 +0200
+Subject: [PATCH] Fix #7: duplicated macro name
+
+---
+ src/applications/gwindow.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/applications/gwindow.h b/src/applications/gwindow.h
+index a8837cd..134a516 100755
+--- a/src/applications/gwindow.h
++++ b/src/applications/gwindow.h
+@@ -10,8 +10,8 @@
+ */
+
+
+-#ifndef __GWINDOW_DEF__
+-#define __GWINDOW_DEF__
++#ifndef __APPLICATONS_GWINDOW_DEF__
++#define __APPLICATONS_GWINDOW_DEF__
+
+ #include <gtk/gtk.h>
+ #include "php.h"