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
ad86311f
Commit
ad86311f
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 mixer specfic error codes, fixed type in function name.
parent
9f2ad566
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
mmsystem.h
include/mmsystem.h
+7
-1
No files found.
include/mmsystem.h
View file @
ad86311f
...
...
@@ -991,6 +991,12 @@ MMRESULT WINAPI joySetCapture(HWND,UINT,UINT,BOOL);
MMRESULT16
WINAPI
joySetThreshold16
(
UINT16
,
UINT16
);
MMRESULT
WINAPI
joySetThreshold
(
UINT
,
UINT
);
#define MIXERR_BASE 1024
#define MIXERR_INVALLINE (MIXERR_BASE + 0)
#define MIXERR_INVALCONTROL (MIXERR_BASE + 1)
#define MIXERR_INVALVALUE (MIXERR_BASE + 2)
#define MIXERR_LASTERROR (MIXERR_BASE + 2)
typedef
struct
{
WORD
wMid
;
/* manufacturer id */
WORD
wPid
;
/* product id */
...
...
@@ -1431,7 +1437,7 @@ UINT WINAPI mixerGetID(HMIXEROBJ,LPUINT,DWORD);
UINT16
WINAPI
mixerGetLineControls16
(
HMIXEROBJ16
,
LPMIXERLINECONTROLS16
,
DWORD
);
UINT
WINAPI
mixerGetLineControlsA
(
HMIXEROBJ
,
LPMIXERLINECONTROLSA
,
DWORD
);
UINT
WINAPI
mixerGetLineControlsW
(
HMIXEROBJ
,
LPMIXERLINECONTROLSW
,
DWORD
);
#define mixerGetLineControl
WINELIB_NAME_AW(mixerGetLineControl
)
#define mixerGetLineControl
s WINELIB_NAME_AW(mixerGetLineControls
)
UINT16
WINAPI
mixerGetControlDetails16
(
HMIXEROBJ16
,
LPMIXERCONTROLDETAILS16
,
DWORD
);
UINT
WINAPI
mixerGetControlDetailsA
(
HMIXEROBJ
,
LPMIXERCONTROLDETAILS
,
DWORD
);
UINT
WINAPI
mixerGetControlDetailsW
(
HMIXEROBJ
,
LPMIXERCONTROLDETAILS
,
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