[poppler] poppler/poppler-config.h.in

Pino Toscano pino at kemper.freedesktop.org
Wed May 26 05:01:44 PDT 2010


 poppler/poppler-config.h.in |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 80b72b9f2fd70395580205b8b176e0576e132cf5
Author: Hib Eris <hib at hiberis.nl>
Date:   Wed May 26 13:07:57 2010 +0200

    [autotools] sync autotool build with cmake build
    
    In addition to commit 69c2cf76cef9c190ac07726f60f1dccd3df5cb6d

diff --git a/poppler/poppler-config.h.in b/poppler/poppler-config.h.in
index eb2b1a0..6fa873e 100644
--- a/poppler/poppler-config.h.in
+++ b/poppler/poppler-config.h.in
@@ -91,7 +91,11 @@
 #endif
 
 #if defined(_WIN32)
+#ifdef _MSC_VER
 #define strtok_r strtok_s
+#elif __MINGW32__
+char * strtok_r (char *s, const char *delim, char **save_ptr);
+#endif
 #endif
 
 //------------------------------------------------------------------------


More information about the poppler mailing list