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

2019-01-31 Thread Zebediah Figura
>From 3dcface26c73620cfc8ad7bd2f6110c20d0f2a61 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/ntintsafe.h | 411 ++ 1 file changed

Re: [Mingw-w64-public] [PATCH] intsafe.h: Return the correct value on overflow.

2019-01-31 Thread Zebediah Figura
On 1/31/19 3:56 AM, Liu Hao wrote: 在 2019/1/31 0:07, Zebediah Figura 写道: --- mingw-w64-headers/include/intsafe.h | 78 - 1 file changed, 44 insertions(+), 34 deletions(-) This patch looks good to me. Pushed to master. Thanks. (N.B. Next time, please sign off th

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

2019-01-31 Thread Biswapriyo Nath
I thought it may be better to split the patch in two. So many changes... I'll do it for next one. On Thursday, January 31, 2019, Biswapriyo Nath wrote: > I thought it may be better to split the patch in two. So many changes... I'll do it for next one. > > On Thursday, January 31, 2019, Liu Hao w

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

2019-01-31 Thread Liu Hao
在 2019/1/31 4:14, Biswapriyo Nath 写道: > Has anyone seen my patch? Please reply... > > On Monday, January 28, 2019, Biswapriyo Nath wrote: >> ... > > Would you please explain why the 32-bit 'ntdll.def' hasn't got updated as well ? -- Best regards, LH_Mouse __

Re: [Mingw-w64-public] [PATCH] intsafe.h: Return the correct value on overflow.

2019-01-31 Thread Liu Hao
在 2019/1/31 0:07, Zebediah Figura 写道: > --- > mingw-w64-headers/include/intsafe.h | 78 - > 1 file changed, 44 insertions(+), 34 deletions(-) > This patch looks good to me. Pushed to master. Thanks. (N.B. Next time, please sign off the commit using `git commit -s` be