Re: [Mingw-w64-public] How to fix linking error due to missing IIDs from dbgeng?

2022-08-01 Thread Julian Waters
That's unfortunate, is there a way to generate those entries? (As a side note, I've also found a related issue with IStreamPtr, which appears to be related to a missing entry declared with _COM_SMARTPTR_TYPEDEF(IMyInterface, __uuidof(IMyInterface)); best regards, Julian On Tue, Aug 2, 2022 at 1:1

Re: [Mingw-w64-public] How to fix linking error due to missing IIDs from dbgeng?

2022-08-01 Thread LIU Hao
在 2022/7/18 20:23, Julian Waters 写道: Optimization yields the same result- The JDK is compiled with C++14, so that isn't an option unfortunately, but a quick test of C++17 also yields the same error Currently I've managed to work around this by patching an ugly ifdef check and doing __CRT_UUID_DE

Re: [Mingw-w64-public] [PATCH] include/ws2tcpip: Rectify `addrinfoexA` and `addrinfoexW`

2022-08-01 Thread LIU Hao
在 2022/8/1 22:54, Martin Storsjö 写道: LGTM. I presume the nonstandard names aren't really used anywhere in the wild (can we google it easily somehow?) so this doesn't break anything in practice? Or would we need to add fallback defines for the old wrong names? Thanks. Pushed. It should be

Re: [Mingw-w64-public] [PATCH] include/ws2tcpip: Rectify `addrinfoexA` and `addrinfoexW`

2022-08-01 Thread Martin Storsjö
On Mon, 1 Aug 2022, LIU Hao wrote: 在 2022-07-23 22:15, LIU Hao 写道: 0001-include-ws2tcpip-Rectify-addrinfoexA-and-addrinfoexW.patch From 5f09ab25221dd8ad8459bc560168ce83c70f93c1 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sat, 23 Jul 2022 22:09:21 +0800 Subject: [PATCH] include/ws2tcpip: Rect

Re: [Mingw-w64-public] [PATCH] include/ws2tcpip: Rectify `addrinfoexA` and `addrinfoexW`

2022-08-01 Thread LIU Hao
在 2022-07-23 22:15, LIU Hao 写道: 0001-include-ws2tcpip-Rectify-addrinfoexA-and-addrinfoexW.patch From 5f09ab25221dd8ad8459bc560168ce83c70f93c1 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sat, 23 Jul 2022 22:09:21 +0800 Subject: [PATCH] include/ws2tcpip: Rectify `addrinfoexA` and `addrinfoexW`

Re: [Mingw-w64-public] A few small issues in MinGW headers

2022-08-01 Thread JonY via Mingw-w64-public
On 8/1/22 10:30, Martin Storsjö wrote: Hi, On Fri, 29 Jul 2022, Jean-Michaël Celerier wrote: As reported on Github: I don't think we officially use the github repo for issues - (although the sourceforge issue tracker also is mostly unmantained), so I guess this mailing list currently is th

Re: [Mingw-w64-public] A few small issues in MinGW headers

2022-08-01 Thread Martin Storsjö
Hi, On Fri, 29 Jul 2022, Jean-Michaël Celerier wrote: As reported on Github: I don't think we officially use the github repo for issues - (although the sourceforge issue tracker also is mostly unmantained), so I guess this mailing list currently is the best place to discuss such issues - so