Re: [Mingw-w64-public] ld.exe or link.exe bug?

2022-01-11 Thread Martin Storsjö
On Wed, 29 Dec 2021, Martin Storsjö wrote: On Wed, 29 Dec 2021, Gisle Vanem wrote: So now, I'm trying to use the above imp-libs in a MSVC x86 'link.exe' step. The 'hsmodem.exe' program links fine, but running it fails with missing 'codec2_bits_per_frame' etc. I believe this is a known issue

Re: [Mingw-w64-public] [PATCH] Add IVirtualDesktopManager interface

2022-01-11 Thread LIU Hao
在 2022-01-11 03:29, Tom Ritter 写道: I've changed BOOL -> WINBOOL (although this is the only use of WINBOOL in the file) -tom Thanks for the patch. I pushed it to master now. Use of `WINBOOL` instead of `BOOL` (which is a typedef for `bool` in objc) is mandatory for new stuff. There may

Re: [Mingw-w64-public] [PATCH] crt: Add fallback _vscprintf_emu code for __ms_vsnprintf()

2022-01-11 Thread Martin Storsjö
On Tue, 11 Jan 2022, Pali Rohár wrote: On Tuesday 11 January 2022 11:40:45 Martin Storsjö wrote: On Mon, 10 Jan 2022, LIU Hao wrote: 在 2022-01-01 05:54, Pali Rohár 写道: Well, if you want from me any improvements in this patch, I can do it. Just let me know what is needed to fix/change. How

Re: [Mingw-w64-public] [PATCH] crt: Add fallback _vscprintf_emu code for __ms_vsnprintf()

2022-01-11 Thread Martin Storsjö
On Mon, 10 Jan 2022, LIU Hao wrote: 在 2022-01-01 05:54, Pali Rohár 写道: Well, if you want from me any improvements in this patch, I can do it. Just let me know what is needed to fix/change. However, cleaning the code from such workarounds seems tempting. I wonder if there is a real use case