microsoft / cppwinrt

C++/WinRT
MIT License
1.64k stars 238 forks source link

Expose configuring /nomidl. #1290

Closed jlaanstra closed 1 year ago

jlaanstra commented 1 year ago

This change makes it easier to generate proxy stubs by allowing modern idl to generate proxy stubs code. Midl supports this and so it seems like a good idea for cppwinrt to expose it.

/cc @Scottj1s

DHowett commented 1 year ago

Heck yes!

jlaanstra commented 1 year ago

Test failure seems unrelated?