]> granicus.if.org Git - openjpeg/commitdiff
Fix libtiff build with Visual Studio 2010
authormayeut <mayeut@users.noreply.github.com>
Sun, 26 Jul 2015 16:49:22 +0000 (18:49 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sun, 26 Jul 2015 16:49:23 +0000 (18:49 +0200)
thirdparty/libtiff/tif_config.h.cmake.in

index 455e7b32056787c3ae226bd02a532f344fd2dbdb..a556f3c4dbef82bb4983ed2922717921c79bfffa 100644 (file)
 /* Define to empty if `const' does not conform to ANSI C. */
 #cmakedefine const
 
+/* Visual Studio 2015 / VC 14 / MSVC 19.00 finally has snprintf() */
+#if defined(_MSC_VER) && _MSC_VER < 1900
+#define snprintf _snprintf
+#endif
+
 /* Define to `__inline__' or `__inline' if that's what the C compiler
    calls it, or to nothing if 'inline' is not supported under any name.  */
 #ifndef __cplusplus