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

2019-02-01 Thread Liu Hao
在 2019/2/1 9:51, Zebediah Figura 写道: > diff --git a/mingw-w64-headers/ddk/include/ddk/ntintsafe.h > b/mingw-w64-headers/ddk/include/ddk/ntintsafe.h > new file mode 100644 > index ..baec2bcd > --- /dev/null > +++ b/mingw-w64-headers/ddk/include/ddk/ntintsafe.h > + > +#endif /* __GNUC__ >=

[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] ntintsafe.h: Add header.

2019-01-29 Thread Liu Hao
在 2019/1/29 2:27, Zebediah Figura 写道: >> Is is really necessary to duplicate this code for `Rtl*` and non-`Rtl` >> variants? Using sort of macros to control what functions to generate >> would look more appropriate. > > Probably not, no. I'm presuming we'd want to create a common header > called s

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

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] 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

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

2019-01-27 Thread 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/ntintsafe.h | 401 ++ 1 file changed