mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
We no longer use isascii(), so we don't need to define it with MSVC.
This commit is contained in:
parent
9a6a650241
commit
a96b0d2174
@ -162,7 +162,6 @@
|
||||
* by adding a preceding underscore; we *want* the UN*Xisms, so add
|
||||
* #defines to let us use them.
|
||||
*/
|
||||
#define isascii __isascii
|
||||
#define isatty _isatty
|
||||
#define stat _stat
|
||||
#define strdup _strdup
|
||||
|
Loading…
Reference in New Issue
Block a user