mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-27 07:54:50 +02:00
1-3 C4
This commit is contained in:
parent
cddde07e3a
commit
b59cb84398
@ -213,8 +213,7 @@ struct w32_io* socketio_socket(int domain, int type, int protocol) {
|
||||
return pio;
|
||||
}
|
||||
|
||||
#define SET_ERRNO_ON_ERROR(expr) \
|
||||
do { \
|
||||
#define SET_ERRNO_ON_ERROR(expr) do { \
|
||||
int ret = (expr); \
|
||||
if (ret == SOCKET_ERROR) { \
|
||||
errno = errno_from_WSALastError(); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user