Re: [PATCH] include: Add definition of IKsControl interface in dmksctrl.h.
May 2, 2012
6:19 p.m.
Christian Costa <titan.costa(a)gmail.com> writes:
+typedef struct { + union { + struct { + GUID Set; + ULONG Id; + ULONG Flags; + }; + LONGLONG Alignment; + }; +} KSIDENTIFIER, *PKSIDENTIFIER;
Check how anonymous unions/structs are done in other headers. -- Alexandre Julliard julliard(a)winehq.org
5076
Age (days ago)
5076
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard