mirror of
https://github.com/reactos/reactos.git
synced 2025-04-15 01:47:30 +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_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)
|
||||
#define WAVE_FORMAT_EXTENSIBLE 0xFFFE /* Microsoft */
|
||||
#endif
|
||||
|
|
|
@ -38,7 +38,10 @@ extern "C" {
|
|||
#define mmioFOURCC(c0,c1,c2,c3) MAKEFOURCC(c0,c1,c2,c3)
|
||||
#endif
|
||||
|
||||
#ifndef MM_MICROSOFT
|
||||
#define MM_MICROSOFT 1 /* Microsoft Corp. */
|
||||
#endif
|
||||
|
||||
#define MM_CREATIVE 2 /* Creative labs */
|
||||
|
||||
#define MM_JOY1MOVE 0x3A0
|
||||
|
|
Loading…
Reference in a new issue