mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fixed an error C4005: "C4005: 'ECONNRESET' : macro redefinition" by added a #undef above it
This commit is contained in:
parent
87768241ec
commit
cd4fd5eee5
1 changed files with 1 additions and 0 deletions
|
|
@ -168,6 +168,7 @@
|
|||
#define munmap(ptr, len) win32_munmap(ptr, len)
|
||||
|
||||
/* Windows error message names */
|
||||
#undef ECONNABORTED
|
||||
#define ECONNABORTED WSAECONNABORTED
|
||||
#define ECONNRESET WSAECONNRESET
|
||||
#define ECONNREFUSED WSAECONNREFUSED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue