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.07k stars 87 forks source link

Define constant members of structs as constants #1122

Closed AArnott closed 8 months ago

AArnott commented 8 months ago

Before this change, they were emitted as instance fields.

Fixes #1121