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
70813950
Commit
70813950
authored
Mar 22, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Mar 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added yield proc members to mci struct.
parent
ad86311f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
multimedia.h
include/multimedia.h
+3
-0
mci.c
multimedia/mci.c
+2
-0
No files found.
include/multimedia.h
View file @
70813950
...
...
@@ -47,6 +47,9 @@ struct WINE_MCIDRIVER {
MCI_OPEN_DRIVER_PARMS16
modp
;
MCI_OPEN_PARMS16
mop
;
DWORD
dwPrivate
;
YIELDPROC
lpfnYieldProc
;
DWORD
dwYieldData
;
BOOL
bIs32
;
};
extern
struct
WINE_MCIDRIVER
mciDrv
[
MAXMCIDRIVERS
];
...
...
multimedia/mci.c
View file @
70813950
...
...
@@ -1094,6 +1094,8 @@ DWORD MCI_Open(DWORD dwParam, LPMCI_OPEN_PARMSA lpParms)
wDevID
,
uDevType
,
lpParms
->
wDeviceID
);
dwRet
=
MCI_SendCommand
(
wDevID
,
MCI_OPEN_DRIVER
,
dwParam
,
(
DWORD
)
lpParms
);
MCI_GetDrv
(
wDevID
)
->
lpfnYieldProc
=
0
;
MCI_GetDrv
(
wDevID
)
->
dwYieldData
=
0
;
if
(
dwRet
==
0
)
{
/* only handled devices fall through */
...
...
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