X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=win32%2Fwin32_errnowrapper.h;h=ebed01c35eed8a00a8f56a14895f0bbbd7983925;hb=ee872606f1e484f684276ec595f1e39d1f95b9a9;hp=4477d3f975512bc5c776b01f932600106738abb5;hpb=fab61e3d0384e61553b39860b923d41bc0cf17b1;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_