Visual Studio 2015 support.

This commit is contained in:
yhirose 2015-08-04 18:13:39 -04:00
parent 5b0c90d3b3
commit 29c56644b0
4 changed files with 13 additions and 9 deletions

View file

@ -18,7 +18,7 @@
#ifndef SO_OPENTYPE
#define SO_OPENTYPE 0x7008
#endif
#ifndef snprintf
#if (_MSC_VER < 1900)
#define snprintf _snprintf_s
#endif