From: Guy Harris Date: Tue, 2 Oct 2018 16:48:02 +0000 (-0700) Subject: Merge pull request #704 from nmap/win32-isatty X-Git-Tag: tcpdump-4.99-bp~990 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/ca94c264bf987ff4ec7adffabca2a8d2e4e07efb?hp=1f3edd71d916c79348bcb8cb72866aed12f6ef3c Merge pull request #704 from nmap/win32-isatty Ensure isatty is defined on Win32. --- diff --git a/netdissect-stdinc.h b/netdissect-stdinc.h index 2a4e1bc7..7bea0c4f 100644 --- a/netdissect-stdinc.h +++ b/netdissect-stdinc.h @@ -215,6 +215,7 @@ * #defines to let us use them. */ #define isascii __isascii + #define isatty _isatty #define stat _stat #define strdup _strdup #define open _open