[PATCH 1/3] include: Add ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION and related struct/enum.

Alexandre Julliard julliard at winehq.org
Fri Feb 9 11:55:59 CST 2018


Mark Jansen <mark.jansen at reactos.org> writes:

> +typedef struct _ACTIVATION_CONTEXT_COMPATIBILITY_INFORMATION {
> +    DWORD ElementCount;
> +    COMPATIBILITY_CONTEXT_ELEMENT Elements[];

That's not very portable, it would need some #ifdefs (there are some in
the SDK header too).

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list