在 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
___
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 写道
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
在 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
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
在 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
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
在 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,