Re: [Mingw-w64-public] [PATCH 1/2] headers: Use the same winbase.h interlocked definitions on arm64 as on arm

2017-08-28 Thread JonY via Mingw-w64-public
On 08/28/2017 09:59 AM, Martin Storsjö wrote: > This fixes conflicts with the other headers defining interlocked > intrinsics, when trying to build C++ code. > > Signed-off-by: Martin Storsjö > --- > mingw-w64-headers/include/winbase.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

[Mingw-w64-public] [PATCH 1/2] headers: Use the same winbase.h interlocked definitions on arm64 as on arm

2017-08-28 Thread Martin Storsjö
This fixes conflicts with the other headers defining interlocked intrinsics, when trying to build C++ code. Signed-off-by: Martin Storsjö --- mingw-w64-headers/include/winbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-headers/include/winbase.h b/mingw-w64-h

[Mingw-w64-public] [PATCH 2/2] crt: Unify oleaut32.def for lib64 and libarm32, use on libarm64

2017-08-28 Thread Martin Storsjö
oleaut32 is another one of the "standard libraries" that cmake tries to link to, in normal compile+link tests. Signed-off-by: Martin Storsjö --- mingw-w64-crt/Makefile.am| 10 +- mingw-w64-crt/lib-common/oleaut32.def.in | 417 ++ mingw-w64-crt/lib64/o