Make cycles compile with MSVC 2015

This commit is contained in:
Martijn Berger
2015-12-29 18:59:23 +01:00
parent a6b67ca802
commit 5e974a350f
2 changed files with 5 additions and 3 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