Commit 42bdb48c authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

mciavi: Fix player deadlock when starting to play.

parent 4f07c495
......@@ -79,7 +79,6 @@ typedef struct {
/* data for the background mechanism */
CRITICAL_SECTION cs;
HANDLE hStopEvent;
HANDLE ack_event; /* acknowledge that an async command has started */
} WINE_MCIAVI;
extern HINSTANCE MCIAVI_hInstance DECLSPEC_HIDDEN;
......
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