4 Aug
2022
4 Aug
'22
9:07 a.m.
Hans Leidekker (@hans) commented about dlls/webservices/msg.c:
LeaveCriticalSection( &msg->cs ); return hr; } + +/* Attempt to read a fault message. If the message is a fault, WS_E_ENDPOINT_FAULT_RECEIVED will be returned. */ +HRESULT message_read_fault( WS_MESSAGE *handle, WS_HEAP *heap, WS_ERROR *error )
This commit should be merged with the next. It's better to include helpers in the commit where they are used. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/583#note_5650