summaryrefslogtreecommitdiffstats
path: root/9.patch
diff options
context:
space:
mode:
Diffstat (limited to '9.patch')
-rw-r--r--9.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/9.patch b/9.patch
deleted file mode 100644
index d65e61e..0000000
--- a/9.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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"