Hi again,
I just realized that wine does not have a winapifamily header.
So I added one in a new patch for this.
By default wine will want all api's so I have it set to DESKTOP + APP api's
Technically all app api's are desktop api's anyway so this is the default.
This leaves room for adding WinRT app support in the future if needed.
If not needed then the header is still valid and would help have more accurate idl's
The project in mind for this is mingw-w64 which has WinRT support.
This project shares its dx11 idl's with wine so we would very much like this to be accepted :)