[Poppler-bugs] [Bug 93116] Additional _MSVC version check needed in config.h because of snprintf
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 26 03:15:35 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=93116
--- Comment #1 from Adrian Johnson <ajohnson at redneon.com> ---
Shouldn't that be
#if defined(_MSC_VER) && _MSC_VER <= 1800
Probably better to compare against the version that introduced snprint. ie
#if defined(_MSC_VER) && _MSC_VER < 1900
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20151126/717dec5a/attachment.html>
More information about the Poppler-bugs
mailing list