summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-3.02-mingw32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-3.02-mingw32.patch')
-rw-r--r--Build/source/libs/xpdf/xpdf-3.02-mingw32.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/source/libs/xpdf/xpdf-3.02-mingw32.patch b/Build/source/libs/xpdf/xpdf-3.02-mingw32.patch
deleted file mode 100644
index ce4921e0372..00000000000
--- a/Build/source/libs/xpdf/xpdf-3.02-mingw32.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur xpdf-3.02.orig/xpdf/GlobalParams.cc xpdf-3.02/xpdf/GlobalParams.cc
---- xpdf-3.02.orig/xpdf/GlobalParams.cc 2009-03-20 08:45:16.000000000 +0100
-+++ xpdf-3.02/xpdf/GlobalParams.cc 2009-04-02 10:22:18.000000000 +0200
-@@ -44,6 +44,10 @@
-
- #include <aconf.h>
-
-+#ifdef __MINGW32__
-+#undef WIN32
-+#endif
-+
- #ifdef USE_GCC_PRAGMAS
- #pragma implementation
- #endif