[Mingw-w64-public] [PATCH] Fix IDWriteTypography definition.

2018-08-31 Thread Nikolay Sivov
Signed-off-by: Nikolay Sivov --- mingw-w64-headers/include/dwrite.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-headers/include/dwrite.h b/mingw-w64-headers/include/dwrite.h index 45b37445..fa83d561 100644 --- a/mingw-w64-headers/include/dwrite.h +++

Re: [Mingw-w64-public] [PATCH] Fix IDWriteTypography definition.

2018-08-31 Thread Liu Hao
在 2018/8/31 22:36, Nikolay Sivov 写道: > Signed-off-by: Nikolay Sivov > --- > mingw-w64-headers/include/dwrite.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > This patch looks correct. Can anybody verify whether `IDWriteTypography` works expectedly ? -- Best regards,

Re: [Mingw-w64-public] [PATCH] crt: Check whether the linker provides __CTOR_LIST__, don't check for __clang__

2018-08-31 Thread Mateusz
W dniu 31.08.2018 o 12:17, Martin Storsjö pisze: > On Aug 31, 2018, at 12:51, Mateusz wrote: >> >> W dniu 30.08.2018 o 09:53, Martin Storsjö pisze: On Aug 29, 2018, at 18:44, Martell Malone wrote: LGTM. >>> >>> Pushed this version. >>> >>> // Martin >> >> It's not working for me

Re: [Mingw-w64-public] [PATCH] winbase.h: Add missing PROCESS_CREATION_* defines.

2018-08-31 Thread Jacek Caban
On 08/30/2018 04:38 PM, Liu Hao wrote: > 在 2018/8/30 20:22, Jacek Caban 写道: >> Signed-off-by: Jacek Caban >> --- >> mingw-w64-headers/include/winbase.h | 61 >> + >> 1 file changed, 61 insertions(+) >> >> >> > Looks good to me. Thanks for the review. > BTW

Re: [Mingw-w64-public] [PATCH] crt: Check whether the linker provides __CTOR_LIST__, don't check for __clang__

2018-08-31 Thread Martin Storsjö
On Aug 31, 2018, at 12:51, Mateusz wrote: > > W dniu 30.08.2018 o 09:53, Martin Storsjö pisze: >>> On Aug 29, 2018, at 18:44, Martell Malone wrote: >>> >>> LGTM. >> >> Pushed this version. >> >> // Martin > > It's not working for me (when I build gcc on ubuntu). > Could we revert this

Re: [Mingw-w64-public] [PATCH] crt: Check whether the linker provides __CTOR_LIST__, don't check for __clang__

2018-08-31 Thread Mateusz
W dniu 30.08.2018 o 09:53, Martin Storsjö pisze: >> On Aug 29, 2018, at 18:44, Martell Malone wrote: >> >> LGTM. > > Pushed this version. > > // Martin It's not working for me (when I build gcc on ubuntu). Could we revert this patch? Mateusz

Re: [Mingw-w64-public] [PATCH] crt: Check whether the linker provides __CTOR_LIST__, don't check for __clang__

2018-08-31 Thread Martin Storsjö
> On Aug 31, 2018, at 14:05, Mateusz wrote: > > W dniu 31.08.2018 o 12:17, Martin Storsjö pisze: >> On Aug 31, 2018, at 12:51, Mateusz wrote: >>> >>> W dniu 30.08.2018 o 09:53, Martin Storsjö pisze: > On Aug 29, 2018, at 18:44, Martell Malone wrote: > > LGTM. Pushed