Add support for compiling with VS2015.

This commit is contained in:
Nicholas Hastings
2016-03-30 08:56:27 -04:00
parent c536a43914
commit 416abd81a1
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
#if !defined WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#if !defined snprintf
#if !defined snprintf && defined _MSC_VER && _MSC_VER < 1900
#define snprintf _snprintf
#endif
#if !defined stat