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.