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
fcc199c7
Commit
fcc199c7
authored
Sep 29, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the return type of mixerMessage16.
parent
3e88da11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mmsystem.c
dlls/winmm/mmsystem.c
+1
-1
mmsystem16.h
include/wine/mmsystem16.h
+1
-1
No files found.
dlls/winmm/mmsystem.c
View file @
fcc199c7
...
...
@@ -1366,7 +1366,7 @@ UINT WINAPI mixerMessage(HMIXER hmix, UINT uMsg, DWORD dwParam1, DWORD dwParam2)
/**************************************************************************
* mixerMessage [MMSYSTEM.804]
*/
UINT16
WINAPI
mixerMessage16
(
HMIXER16
hmix
,
UINT16
uMsg
,
DWORD
dwParam1
,
DWORD
WINAPI
mixerMessage16
(
HMIXER16
hmix
,
UINT16
uMsg
,
DWORD
dwParam1
,
DWORD
dwParam2
)
{
return
mixerMessage
(
hmix
,
uMsg
,
dwParam1
,
dwParam2
);
...
...
include/wine/mmsystem16.h
View file @
fcc199c7
...
...
@@ -381,7 +381,7 @@ MMRESULT16 WINAPI joySetThreshold16(UINT16,UINT16);
UINT16
WINAPI
mixerGetNumDevs16
(
void
);
UINT16
WINAPI
mixerOpen16
(
LPHMIXER16
,
UINT16
,
DWORD
,
DWORD
,
DWORD
);
UINT16
WINAPI
mixerClose16
(
HMIXER16
);
UINT16
WINAPI
mixerMessage16
(
HMIXER16
,
UINT16
,
DWORD
,
DWORD
);
DWORD
WINAPI
mixerMessage16
(
HMIXER16
,
UINT16
,
DWORD
,
DWORD
);
UINT16
WINAPI
mixerGetDevCaps16
(
UINT16
,
LPMIXERCAPS16
,
UINT16
);
UINT16
WINAPI
mixerGetLineInfo16
(
HMIXEROBJ16
,
LPMIXERLINE16
,
DWORD
);
UINT16
WINAPI
mixerGetID16
(
HMIXEROBJ16
,
LPUINT16
,
DWORD
);
...
...
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