mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Add macros
svn path=/trunk/; revision=43172
This commit is contained in:
parent
b96785f363
commit
40e44f56e1
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@ typedef const struct _WAVEFORMATEX *LPCWAVEFORMATEX;
|
|||
#define WAVE_FORMAT_OLISBC 0x1003 /* Ing C. Olivetti & C., S.p.A. */
|
||||
#define WAVE_FORMAT_OLIOPR 0x1004 /* Ing C. Olivetti & C., S.p.A. */
|
||||
|
||||
#define MM_UNMAPPED 0xffff
|
||||
#define MM_PID_UNMAPPED MM_UNMAPPED
|
||||
|
||||
#if !defined(WAVE_FORMAT_EXTENSIBLE)
|
||||
#define WAVE_FORMAT_EXTENSIBLE 0xFFFE /* Microsoft */
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue