summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite2/graphite2-1.2.1-PATCHES/patch-01-case-sensitive
blob: 8aa3e1af31305033ae9306f93f956fb1d467c010 (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.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;