mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix undefined symbol error on Windows
This commit is contained in:
parent
e5b1214a73
commit
16bbe3719c
2 changed files with 5 additions and 0 deletions
|
|
@ -142,5 +142,8 @@
|
|||
#define DNET_INCLUDED 1
|
||||
#define PCRE_INCLUDED 1
|
||||
|
||||
/* WinPCAP doesn't have this */
|
||||
#define PCAP_NETMASK_UNKNOWN 0
|
||||
|
||||
#endif /* NMAP_WINCONFIG_H */
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,8 @@
|
|||
|
||||
#ifndef DISABLE_NSOCK_PCAP
|
||||
#define HAVE_PCAP 1
|
||||
/* WinPCAP doesn't have this */
|
||||
#define PCAP_NETMASK_UNKNOWN 0
|
||||
#endif
|
||||
|
||||
/* WSAPoll() isn't available before Vista */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue