saltosystems / winrt-go

MIT License
35 stars 14 forks source link

codegen: treat enums as primitives when passing them to/from WinRT #55

Closed jagobagascon closed 2 years ago

jagobagascon commented 2 years ago

WinRT enums are just numeric values, so we should pass and retrieve them to/from WinRT in the same way.