]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Merge pull request #704 from nmap/win32-isatty
authorGuy Harris <[email protected]>
Tue, 2 Oct 2018 16:48:02 +0000 (09:48 -0700)
committerGitHub <[email protected]>
Tue, 2 Oct 2018 16:48:02 +0000 (09:48 -0700)
Ensure isatty is defined on Win32.

netdissect-stdinc.h

index 2a4e1bc781a3c056e92c8a4ce76413e1d8cdbcac..7bea0c4fa69b91e4f673aaf2cd601eadf997054c 100644 (file)
    * #defines to let us use them.
    */
   #define isascii __isascii
+  #define isatty _isatty
   #define stat _stat
   #define strdup _strdup
   #define open _open