We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee5ec5 commit e3e917fCopy full SHA for e3e917f
dll/win32/mswsock/msafd/sockopt.c
@@ -213,7 +213,8 @@ WSPIoctl(IN SOCKET Handle,
213
PSOCKET_INFORMATION Socket;
214
INT ErrorCode;
215
PWINSOCK_TEB_DATA ThreadData;
216
- BOOLEAN Blocking, NeedsCompletion;
+ BOOLEAN Blocking;
217
+ BOOL NeedsCompletion;
218
219
/* Enter prolog */
220
ErrorCode = SockEnterApiFast(&ThreadData);
@@ -294,7 +295,7 @@ WSPIoctl(IN SOCKET Handle,
294
295
lpcbBytesReturned,
296
lpOverlapped,
297
lpCompletionRoutine,
- (LPBOOL)&NeedsCompletion);
298
+ &NeedsCompletion);
299
break;
300
}
301
0 commit comments