]> The Tcpdump Group git mirrors - libpcap/commit
Just define NDIS_STATUS_NOT_SUPPORTED directly.
authorGuy Harris <[email protected]>
Sun, 29 Apr 2018 23:32:31 +0000 (16:32 -0700)
committerGuy Harris <[email protected]>
Sun, 29 Apr 2018 23:32:31 +0000 (16:32 -0700)
commit3dfd6e4b9f1efa0ab31c5958c757d4e43039e879
tree7c5543062456c7f020256da628bc9a4efa42533d
parent9adda5979df877f6224d94f7c6e6227ae6a9078e
Just define NDIS_STATUS_NOT_SUPPORTED directly.

STATUS_NOT_SUPPORTED is in some Windows headers but not others; if we
include <ntstatus.h> we get #define collisions with <winnt.h>.  Just
give up and define it directly.
pcap-npf.c