summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive')
-rw-r--r--Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive b/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive
deleted file mode 100644
index 8aa3e1af313..00000000000
--- a/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive
+++ /dev/null
@@ -1,14 +0,0 @@
- Required for case-sensitive filesystems.
-
-diff -ur graphite2-1.2.1.orig/src/gr_logging.cpp graphite2-1.2.1/src/gr_logging.cpp
---- graphite2-1.2.1.orig/src/gr_logging.cpp 2013-02-27 20:32:04.000000000 +0100
-+++ graphite2-1.2.1/src/gr_logging.cpp 2013-03-07 15:26:32.000000000 +0100
-@@ -33,7 +33,7 @@
- #include "inc/Segment.h"
-
- #if defined _WIN32
--#include "Windows.h"
-+#include "windows.h"
- #endif
-
- using namespace graphite2;