Re: [PATCH] local fixes in ioctl for google video.
30 Sep
2006
30 Sep
'06
1:09 p.m.
"Marcus Meissner" <marcus(a)jet.franken.de> wrote:
@@ -2125,6 +2125,13 @@ INT WINAPI WSAIoctl(SOCKET s,
switch( dwIoControlCode ) { + case 0x8004667E: + FIXME("8004667E: stub!\n"); + break; + case 0x4004667f: /* FIONREAD */ + FIXME("4004667f/FIONREAD: stub, returning 1!\n"); + *(DWORD*)lpbOutBuffer = 1; + break;
0x8004667e is FIONBIO (set or clear non-blocking I/O). -- Dmitry.
7014
Age (days ago)
7014
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov