[MKISOFS]

- Fix VS 2015 build
CORE-11988

svn path=/trunk/; revision=73060
This commit is contained in:
Thomas Faber 2016-10-29 11:54:19 +00:00
parent 8d77737ce9
commit b6d3cf9388

View file

@ -85,7 +85,7 @@
#define HAVE_C99_ISNAN 1
#define HAVE_SNPRINTF 1
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1900
#define snprintf _snprintf
#endif