On 12/11/19 1:43 PM, Liu Hao wrote:
在 2019/12/11 20:04, Jacek Caban 写道:
The attached patch should fix it, please review. It shouldn't be needed
for include/mfidl.h through...


LGTM.

Now here is another error:

```
/mingw64/bin/widl -DBOOL=WINBOOL -I./include -I./direct-x/include -Icrt
-I./crt -h -o include/windows.storage.streams.h
include/windows.storage.streams.idl
include/windows.storage.streams.idl:35: error: type 'IBuffer' not found
make: *** [Makefile:1281: include/windows.storage.streams.h] Error 1
```


That one is more tricky. It's because those winrt IDLs were committed without finished widl support. Right now we have useless and invalid IDL files that we can't use to generate anything (and even if we had widl complete, they would still be invalid). I've done some work on that. Partial winrt support is in widl now and I have more WIP patches waiting for some time to finish. But it's still quite a lot of work...


Jacek



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to