Vijay Kiran Kamuju : include: Add missing WAVEBANKENTRY_FLAGS to xact3wb.h.

Alexandre Julliard julliard at winehq.org
Tue Aug 11 16:26:51 CDT 2020


Module: wine
Branch: master
Commit: f810a1ee8b95fe9aa01300ff0146188b6f79d351
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f810a1ee8b95fe9aa01300ff0146188b6f79d351

Author: Vijay Kiran Kamuju <infyquest at gmail.com>
Date:   Mon Aug 10 18:14:51 2020 +0200

include: Add missing WAVEBANKENTRY_FLAGS to xact3wb.h.

Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/xact3wb.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/xact3wb.h b/include/xact3wb.h
index 81b1518930..6d157a466f 100644
--- a/include/xact3wb.h
+++ b/include/xact3wb.h
@@ -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




More information about the wine-cvs mailing list