[poppler] 4 commits - CMakeLists.txt poppler/Error.cc poppler/GlobalParams.cc poppler/PDFDoc.cc poppler/UnicodeMapFuncs.h poppler/UTF8.h poppler/UTF.cc poppler/UTF.h qt5/tests test/perf-test.cc utils/CMakeLists.txt utils/JSInfo.cc utils/pdfdetach.cc utils/pdffonts.cc utils/pdfimages.cc utils/pdfinfo.cc utils/pdfseparate.cc utils/pdfsig.cc utils/pdftocairo.cc utils/pdftocairo-win32.cc utils/pdftohtml.cc utils/pdftoppm.cc utils/pdftops.cc utils/pdftotext.cc utils/printencodings.cc utils/Win32Console.cc utils/Win32Console.h
Jean Ghali
jghali at libertysurf.fr
Wed Nov 15 08:40:50 UTC 2017
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.
More information about the poppler
mailing list