mirror of
https://github.com/fadden/ciderpress.git
synced 2024-12-22 05:29:43 +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>
|
# include <direct.h>
|
||||||
# define FOPEN_WANTS_B
|
# define FOPEN_WANTS_B
|
||||||
# define HAVE_CHSIZE
|
# define HAVE_CHSIZE
|
||||||
# define snprintf _snprintf
|
# if _MSC_VER < 1900 /* no snprintf until Visual Studio 2015 */
|
||||||
# define vsnprintf _vsnprintf
|
# define snprintf _snprintf
|
||||||
|
# define vsnprintf _vsnprintf
|
||||||
|
# endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user