X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=win32%2Fwin32_errnowrapper.h;h=ebed01c35eed8a00a8f56a14895f0bbbd7983925;hb=456c0b147a1bdf2d23d7b505e7e085fc280101c7;hp=4477d3f975512bc5c776b01f932600106738abb5;hpb=2521374f70d1a666c0e8d59eec926ef254ffc186;p=deb_libnfs.git diff --git a/win32/win32_errnowrapper.h b/win32/win32_errnowrapper.h index 4477d3f..ebed01c 100644 --- a/win32/win32_errnowrapper.h +++ b/win32/win32_errnowrapper.h @@ -9,7 +9,8 @@ #undef EINPROGRESS #define EWOULDBLOCK WSAEWOULDBLOCK -#define EAGAIN WSAEWOULDBLOCK //same on windows +#define EAGAIN WSAEWOULDBLOCK //same on windows #define EINTR WSAEINTR -#define EINPROGRESS WSAEINPROGRESS +#define EINPROGRESS WSAEWOULDBLOCK //does not map to WSAEINPROGRESS ! + #endif //WIN32_ERRNOWRAPPER_H_