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
在 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
在 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
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
在 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`
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
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