9 Feb
2018
9 Feb
'18
5:55 p.m.
Mark Jansen <mark.jansen(a)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(a)winehq.org