include: Add some multimedia defines not present in win9x.
This commit is contained in:
parent
27717a5127
commit
b33152573f
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue