logoalt Hacker News

delta_p_delta_xtoday at 4:03 PM1 replyview on HN

There are some pretty useful abstractions and libraries that MinGW doesn't work with. Biggest example is the WIL[1], which Windows kernel programmers use and is a massive improvement in ergonomics and safety when writing native Windows platform code.

[1]: https://github.com/microsoft/wil


Replies

vitaminCPPtoday at 4:38 PM

I fail to see why this would not work with gcc if it works with clang. The runtime?

show 1 reply