mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
ws2_32: Add parameters TRACE for WS_EnumProtocols.
This commit is contained in:
parent
52b1adcd6e
commit
0b03dc93e9
@ -1704,6 +1704,9 @@ static INT WS_EnumProtocols( BOOL unicode, const INT *protocols, LPWSAPROTOCOL_I
|
||||
|
||||
size = items * (unicode ? sizeof(WSAPROTOCOL_INFOW) : sizeof(WSAPROTOCOL_INFOA));
|
||||
|
||||
TRACE("unicode %d, protocols %p, buffer %p, length %p %d, items %d, required %d\n",
|
||||
unicode, protocols, buffer, len, len ? *len : 0, items, size);
|
||||
|
||||
if (*len < size || !buffer)
|
||||
{
|
||||
*len = size;
|
||||
|
Loading…
Reference in New Issue
Block a user