2 May
2012
2 May
'12
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