qwave: Add QOSCloseHandle() stub.
Discord calls this function when hanging up a call.
This commit is contained in:
parent
da84d77353
commit
d6f13d8e0c
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue