在 2019/4/19 下午11:18, Martin Storsjö 写道:
> Signed-off-by: Martin Storsjö
> ---
> mingw-w64-crt/math/llrint.c | 19 +--
> mingw-w64-crt/math/llrintf.c | 19 +--
> mingw-w64-crt/math/llrintl.c | 19 +--
> 3 files changed, 51 insertions(+), 6 deletions
在 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
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/math/llrint.c | 19 +--
mingw-w64-crt/math/llrintf.c | 19 +--
mingw-w64-crt/math/llrintl.c | 19 +--
3 files changed, 51 insertions(+), 6 deletions(-)
diff --git a/mingw-w64-crt/math/llrint.c b/ming
On Fri, 19 Apr 2019, Liu Hao wrote:
在 2019/4/19 上午4:00, Martin Storsjö 写道:
Signed-off-by: Martin Storsjö
---
mingw-w64-crt/math/llrint.c | 20 ++--
mingw-w64-crt/math/llrintf.c | 20 ++--
mingw-w64-crt/math/llrintl.c | 20 ++--
3 files changed,
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,
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, PVOID pAddr,
LPSTR pStringBuf, size_t StringBufSize