Re: [Mingw-w64-public] [PATCH 01/14] update windows.security.cryptography.h

2020-12-14 Thread Steve Lhomme
On 2020-12-13 11:43, Jacek Caban wrote: On 11.12.2020 12:42, Steve Lhomme wrote: On 2020-12-11 1:02, Jacek Caban wrote: Hopefully widl will be able to properly support all those new constructs. I recently updated widl in mingw-w64 repo to a more recent upstream version and it already generates

Re: [Mingw-w64-public] [PATCH 01/14] update windows.security.cryptography.h

2020-12-13 Thread Jacek Caban
On 11.12.2020 12:42, Steve Lhomme wrote: On 2020-12-11 1:02, Jacek Caban wrote: Hi Steve, Hi Jacek, It's great to see work on getting those IDLs to be in a form that we can regenerate them again. Thanks! Yes. For now I call widl manually because it seems that many of the IDLs currently do

Re: [Mingw-w64-public] [PATCH 01/14] update windows.security.cryptography.h

2020-12-11 Thread Steve Lhomme
On 2020-12-11 1:02, Jacek Caban wrote: Hi Steve, Hi Jacek, It's great to see work on getting those IDLs to be in a form that we can regenerate them again. Thanks! Yes. For now I call widl manually because it seems that many of the IDLs currently don't build. Should we fix those as well ? A

Re: [Mingw-w64-public] [PATCH 01/14] update windows.security.cryptography.h

2020-12-10 Thread Jacek Caban
Hi Steve, It's great to see work on getting those IDLs to be in a form that we can regenerate them again. Thanks! There is recently an active (well, except for Wine code freeze) work on Wine side to improve support for winrt widl mode by RĂ©mi Bernon. Hopefully widl will be able to properly

[Mingw-w64-public] [PATCH 01/14] update windows.security.cryptography.h

2020-12-09 Thread Steve Lhomme
widl needs to be helped to find the IBuffer class. It's now matching the type names of MSVC. So winstorecompat needs to be updated to match the new names. Generated with: x86_64-w64-mingw32-widl -DBOOL=WINBOOL -I. -I../build/crt -I../crt -h -o windows.security.cryptography.h windows.security.cry