mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 03:28:29 +00:00
[PSDK] Update mm{reg,system}.h. CORE-9924
svn path=/trunk/; revision=68439
This commit is contained in:
parent
6f97228c45
commit
87f76fb7fc
2 changed files with 15 additions and 0 deletions
|
@ -137,6 +137,18 @@ typedef const struct _WAVEFORMATEX *LPCWAVEFORMATEX;
|
||||||
#define MM_UNMAPPED 0xffff
|
#define MM_UNMAPPED 0xffff
|
||||||
#define MM_PID_UNMAPPED MM_UNMAPPED
|
#define MM_PID_UNMAPPED MM_UNMAPPED
|
||||||
|
|
||||||
|
#ifndef MM_MICROSOFT
|
||||||
|
#define MM_MICROSOFT 0x01
|
||||||
|
#endif
|
||||||
|
#define MM_MSFT_ACM_MSADPCM 0x21
|
||||||
|
#define MM_MSFT_ACM_IMAADPCM 0x22
|
||||||
|
#define MM_MSFT_ACM_GSM610 0x24
|
||||||
|
#define MM_MSFT_ACM_G711 0x25
|
||||||
|
#define MM_MSFT_ACM_PCM 0x26
|
||||||
|
|
||||||
|
#define MM_FRAUNHOFER_IIS 0xAC
|
||||||
|
#define MM_FHGIIS_MPEGLAYER3_DECODE 0x09
|
||||||
|
|
||||||
#if !defined(WAVE_FORMAT_EXTENSIBLE)
|
#if !defined(WAVE_FORMAT_EXTENSIBLE)
|
||||||
#define WAVE_FORMAT_EXTENSIBLE 0xFFFE /* Microsoft */
|
#define WAVE_FORMAT_EXTENSIBLE 0xFFFE /* Microsoft */
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -38,7 +38,10 @@ extern "C" {
|
||||||
#define mmioFOURCC(c0,c1,c2,c3) MAKEFOURCC(c0,c1,c2,c3)
|
#define mmioFOURCC(c0,c1,c2,c3) MAKEFOURCC(c0,c1,c2,c3)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef MM_MICROSOFT
|
||||||
#define MM_MICROSOFT 1 /* Microsoft Corp. */
|
#define MM_MICROSOFT 1 /* Microsoft Corp. */
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MM_CREATIVE 2 /* Creative labs */
|
#define MM_CREATIVE 2 /* Creative labs */
|
||||||
|
|
||||||
#define MM_JOY1MOVE 0x3A0
|
#define MM_JOY1MOVE 0x3A0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue