[PATCH] include: Add definition of IKsControl interface in dmksctrl.h.

Alexandre Julliard julliard at winehq.org
Wed May 2 13:19:34 CDT 2012


Christian Costa <titan.costa at 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 at winehq.org



More information about the wine-devel mailing list