Mark Jansen mark.jansen@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).