Thank you for the report. I have sent a patch to upstream to fix the
issue https://gitlab.winehq.org/wine/wine/-/merge_requests/6631
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mi
在 2024-10-04 12:03, unlvsur unlvsur 写道:
/home/cqwrteur/toolchains_build/mingw-w64/mingw-w64-crt/misc/ucrt__wgetmainargs.c:17:3:
error: implicit declaration of function '_initialize_wide_environment'; did
you mean 'InitializeThreadpoolEnvironment'? [-Wimplicit-function-declaration]
17 | _i
在 2024-10-07 16:06, Biswapriyo Nath 写道:
From 80b827bfdf231bd49f9fe1d392b06a506a98a568 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Mon, 7 Oct 2024 08:03:43 +
Subject: [PATCH] headers: Add more Set member template in HString class
This fixes the following compiler error with gecko.
Sorry not sure where to report this:
ICompositorInterop is declared to have base class IInspectable, however
it's supposed to be IUnknown.
So code trying to make use of this object's methods will end up not working.
(First time posting, if this is not the right place to report this bug let
me kn
/home/cqwrteur/toolchains_build/mingw-w64/mingw-w64-crt/misc/ucrt__wgetmainargs.c:17:3:
error: implicit declaration of function '_initialize_wide_environment'; did
you mean 'InitializeThreadpoolEnvironment'? [-Wimplicit-function-declaration]
17 | _initialize_wide_environment();
| ^~~
From 80b827bfdf231bd49f9fe1d392b06a506a98a568 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Mon, 7 Oct 2024 08:03:43 +
Subject: [PATCH] headers: Add more Set member template in HString class
This fixes the following compiler error with gecko.
mozilla-unified/widget/windows/ToastNotif