mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-21 14:30:02 +00:00
Propagate change from NuLib2 (snprintf in VS2015)
This commit is contained in:
parent
8bbe730184
commit
7596c950fa
@ -67,8 +67,10 @@
|
||||
# include <direct.h>
|
||||
# define FOPEN_WANTS_B
|
||||
# define HAVE_CHSIZE
|
||||
# define snprintf _snprintf
|
||||
# define vsnprintf _vsnprintf
|
||||
# if _MSC_VER < 1900 /* no snprintf until Visual Studio 2015 */
|
||||
# define snprintf _snprintf
|
||||
# define vsnprintf _vsnprintf
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user