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
1d586511
Commit
1d586511
authored
May 22, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
May 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
parent
59c82732
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mmsystem.spec
if1632/mmsystem.spec
+2
-2
mmsystem.c
multimedia/mmsystem.c
+1
-1
No files found.
if1632/mmsystem.spec
View file @
1d586511
...
...
@@ -123,12 +123,12 @@ init MMSYSTEM_LibMain
716 pascal mciGetYieldProc(word ptr) mciGetYieldProc16
717 pascal mciGetCreatorTask(word) mciGetCreatorTask16
800 pascal mixerGetNumDevs() mixerGetNumDevs16
801 pascal mixerGetDevCaps(word ptr
long
) mixerGetDevCaps16
801 pascal mixerGetDevCaps(word ptr
word
) mixerGetDevCaps16
802 pascal mixerOpen(ptr word long long) mixerOpen16
803 pascal mixerClose(word) mixerClose16
804 pascal mixerMessage(word word long long) mixerMessage16
805 pascal mixerGetLineInfo(word ptr long) mixerGetLineInfo16
806 pascal mixerGetID(word) mixerGetID16
806 pascal mixerGetID(word
ptr long
) mixerGetID16
807 pascal mixerGetLineControls(word ptr long) mixerGetLineControls16
808 pascal mixerGetControlDetails(word ptr long) mixerGetControlDetails16
809 pascal mixerSetControlDetails(word ptr long) mixerSetControlDetails16
...
...
multimedia/mmsystem.c
View file @
1d586511
...
...
@@ -593,7 +593,7 @@ UINT16 WINAPI mixerGetDevCaps16(UINT16 devid, LPMIXERCAPS16 mixcaps, UINT16 size
mixcaps
->
wMid
=
micA
.
wMid
;
mixcaps
->
wPid
=
micA
.
wPid
;
mixcaps
->
vDriverVersion
=
micA
.
vDriverVersion
;
strcpy
(
PTR_SEG_TO_LIN
(
mixcaps
->
szPname
)
,
micA
.
szPname
);
strcpy
(
mixcaps
->
szPname
,
micA
.
szPname
);
mixcaps
->
fdwSupport
=
micA
.
fdwSupport
;
mixcaps
->
cDestinations
=
micA
.
cDestinations
;
}
...
...
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