mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-17 09:39:15 -05:00
windows snprint support
This commit is contained in:
parent
b3d116c299
commit
5cd7ca9dbd
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
|||
* Silence compiler warnings about using strcpy and friends.
|
||||
*/
|
||||
#define _CRT_SECURE_NO_DEPRECATE 1
|
||||
/*
|
||||
* We use snprintf.
|
||||
*/
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue