Skip to content

mf: Specify the timer queue for timer callbacks.

Conor McCarthy requested to merge cmccarthy/wine:timer_queue into master

Calling MFScheduleWorkItemEx() schedules the operation in the timer queue, but unless GetParameters() returns the timer queue, callback invocation will occur in the standard queue.

Merge request reports

Loading