summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/graphite2-1.2.0-PATCHES/patch-01-case-sensitive
blob: aa2986c38cf6e56b7e5c1d80a75501f3e2f27a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	Required for case-sensitive filesystems.

diff -ur graphite2-1.2.0.orig/src/gr_logging.cpp graphite2-1.2.0/src/gr_logging.cpp
--- graphite2-1.2.0.orig/src/gr_logging.cpp	2012-09-21 10:39:40.000000000 +0200
+++ graphite2-1.2.0/src/gr_logging.cpp	2012-12-04 12:19:51.657709606 +0100
@@ -33,7 +33,7 @@
 #include "inc/Segment.h"
 
 #if defined _WIN32
-#include "Windows.h"
+#include "windows.h"
 #endif
 
 using namespace graphite2;