Now that we're using check_symbol_exists(), CMake can find it, so we
don't need to check the compiler version - and this avoids a warning
about redefining HAVE_SNPRINTF.
-#ifdef _MSC_VER
- /*
- * MSVC.
- */
- #if _MSC_VER >= 1900
- /*
- * VS 2015 or newer; we have snprintf() function.
- */
- #define HAVE_SNPRINTF
- #endif
-#endif
-
/*
* Function attributes, for various compilers.
*/
/*
* Function attributes, for various compilers.
*/