On Wed, Oct 11, 2017 at 8:23 PM, Jacek Caban wrote:

> Because, sadly, mingw-w64 widl forked from upstream Wine widl at some
> point. I guess Wine has a fix for that that mingw-w64 doesn't.
>

Found out, widl's give segfaults when there are too many imports. If you
import dxgi1_5's header instead of idl file, it will compile. Like this:

import "dxgi1_4.idl";
cpp_quote("#include <dxgi1_5.h>")
cpp_quote("#ifndef __dxgi1_5_h__")
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to