mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Added IOCP integration for Nsock
This commit is contained in:
parent
3ba4a87c75
commit
1aa7958e23
11 changed files with 949 additions and 3 deletions
|
|
@ -104,6 +104,7 @@
|
|||
/* WSAPoll() isn't available before Vista */
|
||||
#if defined(_WIN32_WINNT) && (_WIN32_WINNT >= 0x0600)
|
||||
#define HAVE_POLL 1
|
||||
#define HAVE_IOCP 1
|
||||
#endif
|
||||
|
||||
#endif /* NSOCK_WINCONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue