]> The Tcpdump Group git mirrors - libpcap/commit
Check for VS 2015 before including <inttypes.h>.
authorGuy Harris <[email protected]>
Sun, 11 Aug 2019 20:49:50 +0000 (13:49 -0700)
committerGuy Harris <[email protected]>
Sun, 11 Aug 2019 20:49:50 +0000 (13:49 -0700)
commit865e63e236b1d521c340bdb1b233e15aeae45665
tree6ed9c29a4cba6fde4e16efa1321956ae0b43c492
parent68e5ca3f4cbb66d687582ae9563009c87bf3d184
Check for VS 2015 before including <inttypes.h>.

That way, with older versions of VS that lack <inttypes.h>, the error
will be a little clearer as to what the problem is.

Clean up comments to be more like what tcpdump has.
pcap/pcap-inttypes.h