tristanlabelle / swift-winrt

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

Extract COM_ABI out of WindowsRuntime_ABI #107

Closed tristanlabelle closed 2 months ago

tristanlabelle commented 6 months ago

Doing it causes duplicate definitions errors for SWRT_Guid and others between COM_ABI and WindowsRuntime_ABI :/

tristanlabelle commented 2 months ago

C modules can reference one another so it should be possible.