Alistair Leslie-Hughes : xactengine: Use nameless unions.

Alexandre Julliard julliard at winehq.org
Fri Apr 23 15:20:17 CDT 2021


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

Author: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date:   Thu Apr 22 15:25:44 2021 +1000

xactengine: Use nameless unions.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/xact3.h   | 2 +-
 include/xact3wb.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/xact3.h b/include/xact3.h
index 63eec707363..9b8f480829e 100644
--- a/include/xact3.h
+++ b/include/xact3.h
@@ -434,7 +434,7 @@ typedef struct XACT_NOTIFICATION
         XACT_NOTIFICATION_VARIABLE variable;
         XACT_NOTIFICATION_GUI gui;
         XACT_NOTIFICATION_WAVE wave;
-    } DUMMYUNIONNAME;
+    };
 } XACT_NOTIFICATION, *LPXACT_NOTIFICATION;
 typedef const XACT_NOTIFICATION *LPCXACT_NOTIFICATION;
 
diff --git a/include/xact3wb.h b/include/xact3wb.h
index 6d157a466f9..834b3e1ef54 100644
--- a/include/xact3wb.h
+++ b/include/xact3wb.h
@@ -121,7 +121,7 @@ typedef struct WAVEBANKENTRY
             DWORD Duration : 28;
         } DUMMYSTRUCTNAME;
         DWORD dwFlagsAndDuration;
-    } DUMMYUNIONNAME;
+    };
 
     WAVEBANKMINIWAVEFORMAT Format;
     WAVEBANKREGION PlayRegion;




More information about the wine-cvs mailing list