MSVC 2015 do not redefine snprintf

This commit is contained in:
Martijn Berger 2016-01-09 08:55:58 +01:00
parent 14de8361f9
commit 425a4b23fd
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@
*/
#ifdef _MSC_VER
# define snprintf _snprintf
# if _MSC_VER < 1900
# define snprintf _snprintf
# endif
# define popen _popen
# define pclose _pclose
# define _CRT_SECURE_NO_WARNINGS