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
b3315257
Commit
b3315257
authored
Mar 23, 2010
by
Jörg Höhle
Committed by
Alexandre Julliard
Mar 24, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add some multimedia defines not present in win9x.
parent
27717a51
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
mmddk.h
include/mmddk.h
+3
-0
mmsystem.h
include/mmsystem.h
+2
-0
No files found.
include/mmddk.h
View file @
b3315257
...
...
@@ -376,6 +376,9 @@ typedef JOYDEVMSGPROC *LPJOYDEVMSGPROC;
#define MCI_RECT 7
#define MCI_CONSTANT 8
#define MCI_END_CONSTANT 9
#define MCI_HWND 10
#define MCI_HPAL 11
#define MCI_HDC 12
#define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
...
...
include/mmsystem.h
View file @
b3315257
...
...
@@ -657,6 +657,8 @@ DECL_WINELIB_TYPE_AW(LPMIDIOUTCAPS2)
#define MOD_SQSYNTH 3
/* square wave internal synth */
#define MOD_FMSYNTH 4
/* FM internal synth */
#define MOD_MAPPER 5
/* MIDI mapper */
#define MOD_WAVETABLE 6
/* hardware watetable internal synth */
#define MOD_SWSYNTH 7
/* software synth */
#define MIDICAPS_VOLUME 0x0001
/* supports volume control */
#define MIDICAPS_LRVOLUME 0x0002
/* separate left-right volume control */
...
...
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