[Mingw-w64-public] Libraries present on Ubuntu but absent from Centos

2019-05-08 Thread William Zeitler
I have a mingw64 project I've been building successfully on Ubuntu 16/18 for some time. But I need to migrate to Centos/Rhel 7. My project won't link on Centos due to "can't find various libraries". On Ubuntu, /usr/x86_64-w64-mingw32/lib has a long list of libraries (including the one's I'm mi

Re: [Mingw-w64-public] [PATCH] wrong declaration of InetNtopA and InetNtopW

2019-05-08 Thread Liu Hao
在 2019/5/8 下午8:20, Vincent Torri 写道: > hello > > *pton has also the same wrong declaration, no ? > No. The third parameter of `InetPton()` is output-only so it is a pointer to unqualified `void`. -- Best regards, ltpmouse signature.asc Description: OpenPGP digital signature ___

Re: [Mingw-w64-public] [PATCH] wrong declaration of InetNtopA and InetNtopW

2019-05-08 Thread Vincent Torri
hello *pton has also the same wrong declaration, no ? Vincent Torri On Mon, Apr 22, 2019 at 9:07 PM Martin Storsjö wrote: > > On Mon, 22 Apr 2019, Liu Hao wrote: > > > 在 2019/4/22 下午8:27, Martin Storsjö 写道: > >> On Sat, 20 Apr 2019, Liu Hao wrote: > >> > >>> 在 2019/4/19 下午4:59, Vincent Torri 写道

Re: [Mingw-w64-public] [PATCH] crt: Call the right __stdio_common_* function in UCRT _vsnwprintf

2019-05-08 Thread Martin Storsjö
On Wed, 8 May 2019, Liu Hao wrote: 在 2019/5/7 下午2:42, Martin Storsjö 写道: Signed-off-by: Martin Storsjö --- This also should be applied on the v6.x branch. --- mingw-w64-crt/stdio/ucrt__vsnwprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/stdio/ucrt__v