[PATCH v4 0/9] MR217: windows.media.speech: ISpeechSynthesisStream stub implementation.

Rémi Bernon (@rbernon) wine at gitlab.winehq.org
Mon Jun 13 14:23:38 CDT 2022


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



More information about the wine-devel mailing list