Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98

winipcfg work.
This commit is contained in:
Mike McCormack 2001-01-05 22:16:11 +00:00 committed by Alexandre Julliard
parent abade021fe
commit dcd9c37a9a
1 changed files with 4 additions and 0 deletions

View File

@ -400,6 +400,10 @@ DWORD WINAPI WsControl(DWORD protocoll,
break; break;
} }
case 0x101:
FIXME ("Command ID Unknown but used by winipcfg.exe\n");
break;
default: default:
{ {