Commit b3315257 authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

include: Add some multimedia defines not present in win9x.

parent 27717a51
......@@ -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))
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment