Do not redefine snprintf on VS2015
This commit is contained in:
parent
b37ca4498d
commit
fa062aa298
@ -19,7 +19,9 @@
|
|||||||
#define NV_CONST
|
#define NV_CONST
|
||||||
|
|
||||||
// Set standard function names.
|
// Set standard function names.
|
||||||
#define snprintf _snprintf
|
#if _MSC_VER < 1900
|
||||||
|
# define snprintf _snprintf
|
||||||
|
#endif
|
||||||
#if _MSC_VER < 1500
|
#if _MSC_VER < 1500
|
||||||
# define vsnprintf _vsnprintf
|
# define vsnprintf _vsnprintf
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user