1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Reverted the IOCP integration

This commit is contained in:
tudor
2016-08-11 18:58:03 +00:00
parent 074f99b291
commit 63b31682f4
11 changed files with 3 additions and 949 deletions

View File

@@ -104,7 +104,6 @@
/* 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 */