- Add macros

svn path=/trunk/; revision=43172
This commit is contained in:
Johannes Anderwald 2009-09-26 20:19:28 +00:00
parent b96785f363
commit 40e44f56e1

View file

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