include: Add missing WAVEBANKENTRY_FLAGS to xact3wb.h.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
fd80e0300c
commit
f810a1ee8b
|
@ -105,6 +105,12 @@ typedef const WAVEBANKHEADER *LPCWAVEBANKHEADER;
|
|||
#define WAVEBANKENTRY_XMASTREAMS_MAX 3
|
||||
#define WAVEBANKENTRY_XMACHANNELS_MAX 6
|
||||
|
||||
#define WAVEBANKENTRY_FLAGS_READAHEAD 0x00000001
|
||||
#define WAVEBANKENTRY_FLAGS_LOOPCACHE 0x00000002
|
||||
#define WAVEBANKENTRY_FLAGS_REMOVELOOPTAIL 0x00000004
|
||||
#define WAVEBANKENTRY_FLAGS_IGNORELOOP 0x00000008
|
||||
#define WAVEBANKENTRY_FLAGS_MASK 0x00000008
|
||||
|
||||
typedef struct WAVEBANKENTRY
|
||||
{
|
||||
union
|
||||
|
|
Loading…
Reference in New Issue