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
42bdb48c
Commit
42bdb48c
authored
Nov 06, 2012
by
Jörg Höhle
Committed by
Alexandre Julliard
Nov 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mciavi: Fix player deadlock when starting to play.
parent
4f07c495
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
138 additions
and
128 deletions
+138
-128
mciavi.c
dlls/mciavi32/mciavi.c
+138
-127
private_mciavi.h
dlls/mciavi32/private_mciavi.h
+0
-1
No files found.
dlls/mciavi32/mciavi.c
View file @
42bdb48c
This diff is collapsed.
Click to expand it.
dlls/mciavi32/private_mciavi.h
View file @
42bdb48c
...
...
@@ -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
;
...
...
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