Commit d6f13d8e authored by Aida Jonikienė's avatar Aida Jonikienė Committed by Alexandre Julliard

qwave: Add QOSCloseHandle() stub.

Discord calls this function when hanging up a call.
parent da84d773
......@@ -43,3 +43,9 @@ BOOL WINAPI QOSAddSocketToFlow(HANDLE handle, SOCKET socket, PSOCKADDR addr,
SetLastError(ERROR_NOT_SUPPORTED);
return FALSE;
}
BOOL WINAPI QOSCloseHandle(HANDLE handle)
{
FIXME("%p stub!\n", handle);
return FALSE;
}
......@@ -2,7 +2,7 @@
@ stub QDLHStartDiagnosingPath
@ stdcall QOSAddSocketToFlow(ptr long ptr long long ptr)
@ stub QOSCancel
@ stub QOSCloseHandle
@ stdcall QOSCloseHandle(ptr)
@ stdcall QOSCreateHandle(ptr ptr)
@ stub QOSEnumerateFlows
@ stub QOSNotifyFlow
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment