summaryrefslogtreecommitdiff
path: root/graphite/graphite2.issue1030.patch.1
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-31 07:53:00 +0100
committerDavid Tardon <dtardon@redhat.com>2012-10-31 13:22:27 +0100
commita17b98bc88736ca4a6fc6ccadcbed2c11f5f2351 (patch)
tree4c9b4867bb35b338b35d97c24c9d230662614a94 /graphite/graphite2.issue1030.patch.1
parentbf176d11892d6ebe949c3c73841800f3a0c8a0d6 (diff)
fix mingw build of graphite
Change-Id: Ie4ac8f71de1816325f40d8c276b07e9e126a85b5
Diffstat (limited to 'graphite/graphite2.issue1030.patch.1')
-rw-r--r--graphite/graphite2.issue1030.patch.112
1 files changed, 12 insertions, 0 deletions
diff --git a/graphite/graphite2.issue1030.patch.1 b/graphite/graphite2.issue1030.patch.1
new file mode 100644
index 000000000000..2bfe1a1a12fc
--- /dev/null
+++ b/graphite/graphite2.issue1030.patch.1
@@ -0,0 +1,12 @@
+diff -up workdir/wntgcci.pro/UnpackedTarball/graphite/src/gr_logging.cpp.dt workdir/wntgcci.pro/UnpackedTarball/graphite/src/gr_logging.cpp
+--- graphite/src/gr_logging.cpp.dt 2012-10-31 07:40:57.527381144 +0100
++++ graphite/src/gr_logging.cpp 2012-10-31 07:40:59.522333851 +0100
+@@ -33,7 +33,7 @@ of the License or (at your option) any l
+ #include "inc/Segment.h"
+
+ #if defined _WIN32
+-#include "Windows.h"
++#include "windows.h"
+ #endif
+
+ using namespace graphite2;