poppler/GlobalParams.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 33b8e6220d06a26378d7d21c88ead6e2280c2e52 Author: Adrian Johnson <[email protected]> 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> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
