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] wrong declaration of InetNtopA and InetNtopW

2019-04-22 Thread Martin Storsjö
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 写道: when will this hit git or next mingw-w64 release ? For this small change I will leave it on this mailing list for discussion. If there is n

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

2019-04-22 Thread Liu Hao
在 2019/4/22 下午8:27, Martin Storsjö 写道: > On Sat, 20 Apr 2019, Liu Hao wrote: > >> 在 2019/4/19 下午4:59, Vincent Torri 写道: >>> when will this hit git or next mingw-w64 release ? >>> >> >> >> For this small change I will leave it on this mailing list for >> discussion. If there is no objection I may p

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

2019-04-22 Thread Martin Storsjö
On Sat, 20 Apr 2019, Liu Hao wrote: 在 2019/4/19 下午4:59, Vincent Torri 写道: when will this hit git or next mingw-w64 release ? For this small change I will leave it on this mailing list for discussion. If there is no objection I may push it a couple of days later. Your patch broke compilati

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

2019-04-19 Thread Liu Hao
在 2019/4/19 下午4:59, Vincent Torri 写道: > when will this hit git or next mingw-w64 release ? > For this small change I will leave it on this mailing list for discussion. If there is no objection I may push it a couple of days later. This means that this fix will be shipped with the next major rel

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

2019-04-19 Thread Vincent Torri
when will this hit git or next mingw-w64 release ? On Fri, Apr 19, 2019 at 10:35 AM Liu Hao wrote: > > 在 2019/4/19 下午3:29, Vincent Torri 写道: > > hello > > > > in ws2tcpip.h, i have the following declarations of these 2 functions : > > > > WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, P

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

2019-04-19 Thread Liu Hao
在 2019/4/19 下午3:29, Vincent Torri 写道: > hello > > in ws2tcpip.h, i have the following declarations of these 2 functions : > > WINSOCK_API_LINKAGE LPCWSTR WSAAPI InetNtopW(INT Family, PVOID pAddr, > LPWSTR pStringBuf, size_t StringBufSIze); > WINSOCK_API_LINKAGE LPCSTR WSAAPI InetNtopA(INT Family,