Re: [Mingw-w64-public] [PATCH] headers: Complete the winnt.h structs/defines for ARM64

2018-06-04 Thread Martin Storsjö
On Mon, 4 Jun 2018, Mateusz Mikuła wrote: There is a bug reported for this commit: https://sourceforge.net/p/mingw-w64/bugs/736/ Interesting, although there's not much we can do about it. The problem is that they've been building with -DCR, and this commit adds a struct with a field named CR

Re: [Mingw-w64-public] [PATCH] headers: Complete the winnt.h structs/defines for ARM64

2018-06-04 Thread Mateusz Mikuła
There is a bug reported for this commit: https://sourceforge.net/p/mingw-w64/bugs/736/ pon., 19 mar 2018 o 07:30 Martin Storsjö napisał(a): > On Mon, 19 Mar 2018, Liu Hao wrote: > > > 在 03/19/2018 03:12 AM, Martin Storsjö 写道: > >> Sync the latest version from wine. > >> > >> Signed-off-by: Marti

Re: [Mingw-w64-public] [PATCH] crt: x86: Fix the exponent mask in copysignl for x86_64

2018-06-04 Thread Martin Storsjö
On Mon, 4 Jun 2018, Liu Hao wrote: 在 2018/6/4 14:31, Martin Storsjö 写道: This matches what is used in the x86_32 version below. Signed-off-by: Martin Storsjö --- mingw-w64-crt/math/x86/copysignl.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Nice catch. The patch is okay. Please

Re: [Mingw-w64-public] [PATCH] crt: x86: Fix the exponent mask in copysignl for x86_64

2018-06-04 Thread Liu Hao
在 2018/6/4 14:31, Martin Storsjö 写道: > This matches what is used in the x86_32 version below. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-crt/math/x86/copysignl.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Nice catch. The patch is okay. Please apply. -- Best regards,