include: Add some multimedia defines not present in win9x.

oldstable
Jörg Höhle 2010-03-23 21:52:28 +01:00 committed by Alexandre Julliard
parent 27717a5127
commit b33152573f
2 changed files with 5 additions and 0 deletions

View File

@ -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))

View File

@ -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 */