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:
Vijay Kiran Kamuju 2020-08-10 18:14:51 +02:00 committed by Alexandre Julliard
parent fd80e0300c
commit f810a1ee8b
1 changed files with 6 additions and 0 deletions

View File

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