mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
Ensure isatty is defined on Win32.
This commit is contained in:
parent
55f499c9eb
commit
30618d8d9a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user