[MKISOFS]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 29 Oct 2016 11:54:19 +0000 (11:54 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 29 Oct 2016 11:54:19 +0000 (11:54 +0000)
- Fix VS 2015 build
CORE-11988

svn path=/trunk/; revision=73060

reactos/sdk/tools/mkisofs/reactos/xconfig.h

index b6ce125..45d5f7c 100644 (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