Le 15/11/2017 à 09:28, Adrian Johnson a écrit : > diff --git a/poppler/GlobalParams.cc b/poppler/GlobalParams.cc > index 09ad37a2..8069b3e2 100644 > --- a/poppler/GlobalParams.cc > +++ b/poppler/GlobalParams.cc > @@ -82,7 +82,7 @@ > #include <fontconfig/fontconfig.h> > #endif > > -#ifdef _WIN32 > +#ifdef _MSVC > # define strcasecmp stricmp > #else > # include <strings.h>
To check for Visual Studio compiler, the proper macro is _MSC_VER, not _MSVC. _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
