Commit 1cdd046d authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

xactengine: Use nameless unions.

parent 2e0a96a4
......@@ -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;
......
......@@ -121,7 +121,7 @@ typedef struct WAVEBANKENTRY
DWORD Duration : 28;
} DUMMYSTRUCTNAME;
DWORD dwFlagsAndDuration;
} DUMMYUNIONNAME;
};
WAVEBANKMINIWAVEFORMAT Format;
WAVEBANKREGION PlayRegion;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment