summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite/engine-2.4-PATCHES/patch-08-case-sensitive
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/graphite/engine-2.4-PATCHES/patch-08-case-sensitive')
-rw-r--r--Build/source/libs/graphite/engine-2.4-PATCHES/patch-08-case-sensitive12
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/libs/graphite/engine-2.4-PATCHES/patch-08-case-sensitive b/Build/source/libs/graphite/engine-2.4-PATCHES/patch-08-case-sensitive
deleted file mode 100644
index 8685ecfe874..00000000000
--- a/Build/source/libs/graphite/engine-2.4-PATCHES/patch-08-case-sensitive
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur engine-2.4.orig/src/generic/Debug.cpp engine-2.4/src/generic/Debug.cpp
---- engine-2.4.orig/src/generic/Debug.cpp 2010-05-13 16:39:27.000000000 +0200
-+++ engine-2.4/src/generic/Debug.cpp 2012-03-17 01:42:00.000000000 +0100
-@@ -13,7 +13,7 @@
- ----------------------------------------------------------------------------------------------*/
-
- #ifdef _WIN32
--#include <Windows.h>
-+#include <windows.h>
- #endif
- //#include "common.h"
- //#include "Main.h"