summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-05-w32
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/poppler/TLpatches/patch-05-w32')
-rw-r--r--Build/source/libs/poppler/TLpatches/patch-05-w3219
1 files changed, 19 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/TLpatches/patch-05-w32 b/Build/source/libs/poppler/TLpatches/patch-05-w32
new file mode 100644
index 00000000000..8c77eea5599
--- /dev/null
+++ b/Build/source/libs/poppler/TLpatches/patch-05-w32
@@ -0,0 +1,19 @@
+diff -ur poppler-0.63.0/goo/gfile.cc poppler-src/goo/gfile.cc
+--- poppler-0.63.0/goo/gfile.cc Mon Mar 19 03:23:49 2018
++++ poppler-src/goo/gfile.cc Wed Mar 21 05:50:42 2018
+@@ -65,6 +65,7 @@
+ #define PATH_MAX 1024
+ #endif
+
++#if !defined(_WIN32)
+ namespace {
+
+ template< typename... >
+@@ -99,6 +100,7 @@
+
+ }
+
++#endif /* !_WIN32 */
+ //------------------------------------------------------------------------
+
+ GooString *getCurrentDir() {