tristanlabelle / swift-winrt

A Swift bindings generator for WinRT APIs
MIT License
15 stars 1 forks source link

Clean up WinRTProjection types #88

Closed tristanlabelle closed 3 months ago

tristanlabelle commented 3 months ago

WinRTProjection = ABIProjection + typeName WinRTBoxableProjection = WinRTProjection + ireferenceID enums: WinRTEnumProjection = WinRTBoxableProjection + WinRTInertProjection structs: WinRTBoxableProjection [+ WinRTInertProjection interfaces: WinRTProjection + COMTwoWayProjection classes: WinRTProjection + COMProjection delegates: WinRTBoxableProjection + COMProjection

tristanlabelle commented 3 months ago

Fixed in #94