Zebediah Figura : include: Correct the name of WAVEBANKMINIWAVEFORMAT.

Alexandre Julliard julliard at winehq.org
Mon Jun 15 15:03:04 CDT 2020


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Jun 12 17:59:41 2020 -0500

include: Correct the name of WAVEBANKMINIWAVEFORMAT.

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

---

 include/xact3wb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/xact3wb.h b/include/xact3wb.h
index c68d7a30fa..81b1518930 100644
--- a/include/xact3wb.h
+++ b/include/xact3wb.h
@@ -138,7 +138,7 @@ typedef struct WAVEBANKDATA
     DWORD dwEntryMetaDataElementSize;
     DWORD dwEntryNameElementSize;
     DWORD dwAlignment;
-    WAVEBANKMINIFORMAT CompactFormat;
+    WAVEBANKMINIWAVEFORMAT CompactFormat;
     FILETIME BuildTime;
 } WAVEBANKDATA, *LPWAVEBANKDATA;
 typedef const WAVEBANKDATA *LPCWAVEBANKDATA;




More information about the wine-cvs mailing list