tristanlabelle / swift-winrt

A Swift Projection for WinRT APIs
MIT License
17 stars 2 forks source link

Generate WindowsFoundation types built in to WindowsRuntime as reexports #82

Closed tristanlabelle closed 6 months ago

tristanlabelle commented 6 months ago

For example:

@_export import protocol WindowsRuntime.WindowsFoundation_IStringable

This way the rest of the code doesn't have to know about the special case.

tristanlabelle commented 6 months ago

Done as of https://github.com/tristanlabelle/swift-winrt/pull/99