mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
ws2_32: Remove a FIXME message.
This commit is contained in:
parent
b2170d845d
commit
4981b5b446
@ -1649,11 +1649,7 @@ static INT WS_EnterSingleProtocolW( INT protocol, WSAPROTOCOL_INFOW* info )
|
||||
break;
|
||||
|
||||
default:
|
||||
if ((protocol == ISOPROTO_TP4) || (protocol == NSPROTO_SPX))
|
||||
FIXME("Protocol <%s> not implemented\n",
|
||||
(protocol == ISOPROTO_TP4) ? "ISOPROTO_TP4" : "NSPROTO_SPX");
|
||||
else
|
||||
FIXME("unknown Protocol <0x%08x>\n", protocol);
|
||||
FIXME("unknown Protocol <0x%08x>\n", protocol);
|
||||
return SOCKET_ERROR;
|
||||
}
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user