summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/TLpatches/patch-05-w32
blob: 8c77eea559996e0ae27fd2577c80df655658550b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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() {