Skip to content
Snippets Groups Projects
Commit e0acdc03 authored by rswindell's avatar rswindell
Browse files

Added definition of EINPROGRESS for Win32.

parent 34b1bb6a
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,8 @@
#define ESHUTDOWN (WSAESHUTDOWN-WSABASEERR)
#undef ECONNABORTED
#define ECONNABORTED (WSAECONNABORTED-WSABASEERR)
#undef EINPROGRESS
#define EINPROGRESS (WSAEINPROGRESS-WSABASEERR)
#define s_addr S_un.S_addr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment