[poppler] poppler/GlobalParams.cc
Adrian Johnson
ajohnson at kemper.freedesktop.org
Wed Nov 15 09:29:46 UTC 2017
poppler/GlobalParams.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 33b8e6220d06a26378d7d21c88ead6e2280c2e52
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Wed Nov 15 19:58:53 2017 +1030
fix MSC macro
diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc
index 8069b3e2..823b1e82 100644
--- a/poppler/GlobalParams.cc
+++ b/poppler/GlobalParams.cc
@@ -82,7 +82,7 @@
#include <fontconfig/fontconfig.h>
#endif
-#ifdef _MSVC
+#ifdef _MSC_VER
# define strcasecmp stricmp
#else
# include <strings.h>
More information about the poppler
mailing list