[MKISOFS]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 6 Nov 2016 14:57:13 +0000 (14:57 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 6 Nov 2016 14:57:13 +0000 (14:57 +0000)
- Fix build with VS2010 and 2012
CORE-11988

svn path=/trunk/; revision=73151

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

index dcd8cea..e250382 100644 (file)
     #define HAVE_IO_H 1
 #endif
 
+#if !defined(_MSC_VER) || _MSC_VER >= 1800
 #define HAVE_INTTYPES_H 1
+#endif
+
 #define HAVE_STDINT_H 1
 
 #ifndef _WIN32
 #endif
 
 #define HAVE_TIME 1
+#if !defined(_MSC_VER) || _MSC_VER >= 1800
 #define HAVE_VA_COPY 1
+#endif
 #define HAVE_ECVT 1
 #define HAVE_FCVT 1
 #define HAVE_GCVT 1
+#if !defined(_MSC_VER) || _MSC_VER >= 1800
 #define HAVE_C99_ISINF 1
 #define HAVE_C99_ISNAN 1
+#endif
 
 #define HAVE_SNPRINTF 1
 #if defined(_MSC_VER) && _MSC_VER < 1900