13 Jun
2022
13 Jun
'22
7:23 p.m.
Rémi Bernon (@rbernon) commented about include/windows.media.speechsynthesis.idl:
-namespace Windows { - namespace Foundation { - interface IClosable; +namespace Windows.Foundation +{ + interface IClosable; +} + +namespace Windows.Storage.Streams +{ + interface IRandomAccessStreamWithContentType; + interface IRandomAccessStream; + interface IInputStream; + interface IOutputStream; + interface IContentTypeProvider; +} I don't think these forward declaration are actually useful, the SDK does it but it's automatically generated. We can and should simply do `import "windows.storage.stream.idl"` instead and remove the forward declarations.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/217#note_1971