#endif /* _WIN32 */
-#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.
+ */
+#include "funcattrs.h"
/*
* On Windows, snprintf(), with that name and with C99 behavior - i.e.,
* end of Apple deprecation workaround macros
*/
-/*
- * Function attributes, for various compilers.
- */
-#include "funcattrs.h"
-
/*
* Statement attributes, for various compilers.
*