Re: [Mingw-w64-public] [PATCH] ntintsafe.h: Add header.

2019-01-28 Thread Zebediah Figura
On 1/28/19 7:16 AM, Liu Hao wrote: 在 2019/1/28 9:45, Zebediah Figura 写道: From 8cb9f70bba03c555767e6d9767b92ac3b9b624f2 Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Sat, 15 Dec 2018 21:03:47 -0600 Subject: [PATCH] ntintsafe.h: Add header. Signed-off-by: Zebediah Figura --- mingw-w64

Re: [Mingw-w64-public] [PATCH] ntintsafe.h: Add header.

2019-01-28 Thread Zebediah Figura
On 1/28/19 7:02 AM, Jacek Caban wrote: Hi Zebediah, The patch looks mostly good to me. On 1/28/19 2:45 AM, Zebediah Figura wrote: +/** If CHAR is unsigned, use static inline for functions that operate +on chars.  This avoids the risk of linking to the wrong function when +different translation

[Mingw-w64-public] [PATCH] crt/lib64: Add more ntdll exported functions

2019-01-28 Thread Biswapriyo Nath
... From 378045a5825ed9a5ebd7cffcdf2db5af5e1e09bc Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 28 Jan 2019 20:07:04 +0530 Subject: [PATCH] crt/lib64: Add ntdll exported functions Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib64/ntdll.def | 390

Re: [Mingw-w64-public] [PATCH] ntintsafe.h: Add header.

2019-01-28 Thread Liu Hao
在 2019/1/28 9:45, Zebediah Figura 写道: > From 8cb9f70bba03c555767e6d9767b92ac3b9b624f2 Mon Sep 17 00:00:00 2001 > From: Zebediah Figura > Date: Sat, 15 Dec 2018 21:03:47 -0600 > Subject: [PATCH] ntintsafe.h: Add header. > > Signed-off-by: Zebediah Figura > --- > mingw-w64-headers/ddk/include/ddk

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more advapi32 exported functions

2019-01-28 Thread Martin Storsjö
On Sun, 27 Jan 2019, Martin Storsjö wrote: On Mon, 28 Jan 2019, Biswapriyo Nath wrote: Add more advapi32 exported functions. This looks probably ok to me. I'll (try to remember to) apply it tomorrow unless others have comments. Pushed this one now. // Martin

Re: [Mingw-w64-public] [PATCH 3/3] crt: Uncomment building libmincore.a for arm64

2019-01-28 Thread Martin Storsjö
On Mon, 28 Jan 2019, Jacek Caban wrote: On 1/24/19 3:32 PM, Martin Storsjö wrote: This reverts 3949528971aa15f78b08e8d29ae042e6662ce0ec, now that libauthz.a and libmswsock.a are built for arm64. Signed-off-by: Martin Storsjö All three patches look good to me. Thanks, pushed! // Martin

Re: [Mingw-w64-public] [PATCH] ntintsafe.h: Add header.

2019-01-28 Thread Jacek Caban
Hi Zebediah, The patch looks mostly good to me. On 1/28/19 2:45 AM, Zebediah Figura wrote: +/** If CHAR is unsigned, use static inline for functions that operate +on chars. This avoids the risk of linking to the wrong function when +different translation units with different types of chars are

Re: [Mingw-w64-public] [PATCH] headers: Update d2d1.h enums with missing members.

2019-01-28 Thread Nikolay Sivov
On Mon, Jan 28, 2019 at 3:53 PM Liu Hao wrote: > 在 2019/1/28 0:16, Nikolay Sivov 写道: > > From 789bdbbfa35f0145a656d31a06b4bb54d7181155 Mon Sep 17 00:00:00 2001 > > From: Nikolay Sivov > > Date: Sun, 27 Jan 2019 19:15:17 +0300 > > Subject: [PATCH] headers: Update d2d1.h enums with missing members

Re: [Mingw-w64-public] [PATCH] headers: Update d2d1.h enums with missing members.

2019-01-28 Thread Liu Hao
在 2019/1/28 0:16, Nikolay Sivov 写道: > From 789bdbbfa35f0145a656d31a06b4bb54d7181155 Mon Sep 17 00:00:00 2001 > From: Nikolay Sivov > Date: Sun, 27 Jan 2019 19:15:17 +0300 > Subject: [PATCH] headers: Update d2d1.h enums with missing members. > > Signed-off-by: Nikolay Sivov > --- > mingw-w64-hea

Re: [Mingw-w64-public] [PATCH] crt/lib-common: Add more kernel32 exported functions

2019-01-28 Thread Jacek Caban
On 1/25/19 9:46 PM, Martin Storsjö wrote: Do you happen to know which one(s) they'd belong to here? Jacek, do you know? It depends. I checked a few functions. Most of them are present in onecoreuap.lib, some of them are in onecore.lib and some (eg. WaitForDebugEventEx) are in mincore.lib

Re: [Mingw-w64-public] [PATCH 3/3] crt: Uncomment building libmincore.a for arm64

2019-01-28 Thread Jacek Caban
On 1/24/19 3:32 PM, Martin Storsjö wrote: This reverts 3949528971aa15f78b08e8d29ae042e6662ce0ec, now that libauthz.a and libmswsock.a are built for arm64. Signed-off-by: Martin Storsjö All three patches look good to me. Thanks, Jacek ___ Ming

Re: [Mingw-w64-public] --enable-experimental breaks as

2019-01-28 Thread Christer Solskogen
On 27.01.2019 20:18, Mateusz wrote: W dniu 27.01.2019 o 18:40, Christer Solskogen pisze: On 26.01.2019 01:01, Mateusz wrote: For me it looks OK. Which version of binutils? It's fixed in master branch. $ gcc -v && ld -v Using built-in specs. COLLECT_GCC=f:\msys\m64-83\bin\gcc.exe COLLECT_LT