microsoft / CsWin32

A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
MIT License
2.1k stars 90 forks source link

Add IPicture test and fix the failure #776

Closed AArnott closed 1 year ago

AArnott commented 1 year ago

Fixes the non-compilable generated code reported in #774. This change does not turn off property declarations in COM structs. That (if necessary) can come in a follow-up change.