Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d6f13d8e
Commit
d6f13d8e
authored
Feb 22, 2024
by
Aida Jonikienė
Committed by
Alexandre Julliard
Feb 28, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qwave: Add QOSCloseHandle() stub.
Discord calls this function when hanging up a call.
parent
da84d773
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
main.c
dlls/qwave/main.c
+6
-0
qwave.spec
dlls/qwave/qwave.spec
+1
-1
No files found.
dlls/qwave/main.c
View file @
d6f13d8e
...
...
@@ -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
;
}
dlls/qwave/qwave.spec
View file @
d6f13d8e
...
...
@@ -2,7 +2,7 @@
@ stub QDLHStartDiagnosingPath
@ stdcall QOSAddSocketToFlow(ptr long ptr long long ptr)
@ stub QOSCancel
@ st
ub QOSCloseHandle
@ st
dcall QOSCloseHandle(ptr)
@ stdcall QOSCreateHandle(ptr ptr)
@ stub QOSEnumerateFlows
@ stub QOSNotifyFlow
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment