Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
22d76e0d
Commit
22d76e0d
authored
Mar 30, 2020
by
Nikolay Sivov
Committed by
Alexandre Julliard
Mar 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfplat: Forward MFScheduleWorkItemEx() to rtworkq.dll.
Signed-off-by:
Nikolay Sivov
<
nsivov@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
eb1b2e54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
mfplat.spec
dlls/mfplat/mfplat.spec
+1
-1
queue.c
dlls/mfplat/queue.c
+0
-10
No files found.
dlls/mfplat/mfplat.spec
View file @
22d76e0d
...
...
@@ -136,7 +136,7 @@
@ stdcall MFRegisterLocalSchemeHandler(wstr ptr)
@ stdcall MFRemovePeriodicCallback(long) rtworkq.RtwqRemovePeriodicCallback
@ stdcall MFScheduleWorkItem(ptr ptr int64 ptr)
@ stdcall MFScheduleWorkItemEx(ptr int64 ptr)
@ stdcall MFScheduleWorkItemEx(ptr int64 ptr)
rtworkq.RtwqScheduleWorkItem
@ stub MFSerializeAttributesToStream
@ stub MFSerializeEvent
@ stub MFSerializeMediaTypeToStream
...
...
dlls/mfplat/queue.c
View file @
22d76e0d
...
...
@@ -120,16 +120,6 @@ HRESULT WINAPI MFScheduleWorkItem(IMFAsyncCallback *callback, IUnknown *state, I
}
/***********************************************************************
* MFScheduleWorkItemEx (mfplat.@)
*/
HRESULT
WINAPI
MFScheduleWorkItemEx
(
IMFAsyncResult
*
result
,
INT64
timeout
,
MFWORKITEM_KEY
*
key
)
{
TRACE
(
"%p, %s, %p.
\n
"
,
result
,
wine_dbgstr_longlong
(
timeout
),
key
);
return
RtwqScheduleWorkItem
((
IRtwqAsyncResult
*
)
result
,
timeout
,
key
);
}
/***********************************************************************
* MFInvokeCallback (mfplat.@)
*/
HRESULT
WINAPI
MFInvokeCallback
(
IMFAsyncResult
*
result
)
...
...
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