summaryrefslogtreecommitdiffstats
path: root/9.patch
blob: d65e61e066fe5419bd21490f790db206217488a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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"