Re: [Mingw-w64-public] Wrong base class for ICompositorInterop in windows.ui.composition.interop.idl

2024-10-07 Thread Biswapriyo Nath
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

Re: [Mingw-w64-public] build bug

2024-10-07 Thread LIU Hao
在 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

Re: [Mingw-w64-public] [PATCH] headers: Add more Set member template in HString class

2024-10-07 Thread LIU Hao
在 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.

[Mingw-w64-public] Wrong base class for ICompositorInterop in windows.ui.composition.interop.idl

2024-10-07 Thread Xi Zhang
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

[Mingw-w64-public] build bug

2024-10-07 Thread 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 | _initialize_wide_environment(); | ^~~

[Mingw-w64-public] [PATCH] headers: Add more Set member template in HString class

2024-10-07 Thread 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. mozilla-unified/widget/windows/ToastNotif