[Mingw-w64-public] [PATCH] include: Add remaining interface definitions from dwrite_1.h.

2019-01-14 Thread Nikolay Sivov
--- From df308012e23c28fe774bf93076369ab96c9b3e78 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Mon, 14 Jan 2019 17:58:05 +0300 Subject: [PATCH] include: Add remaining interface definitions from dwrite_1.h. Signed-off-by: Nikolay Sivov --- mingw-w64-headers/include/dwrite_1.h | 158 +++

Re: [Mingw-w64-public] Many kernel32 functions are missing

2019-01-14 Thread Martin Storsjö
On Sat, 12 Jan 2019, Biswapriyo Nath wrote: Many kernel32 functions are missing. How can I add those functions? Those are also redirected with api-ms- virtual dll redirection. When adding new functions, you'll have to check if the added functions also belong to one of those dlls and update th

Re: [Mingw-w64-public] Many kernel32 functions are missing

2019-01-14 Thread NightStrike
On Sat, Jan 12, 2019, 9:48 AM Biswapriyo Nath Many kernel32 functions are missing. How can I add those functions? Those > are also redirected with api-ms- virtual dll redirection. > I'd start with providing updates defs and headers in a patch. > ___ M

Re: [Mingw-w64-public] GCC issue with constexpr?

2019-01-14 Thread Maarten Verhage
Hi, > Your code is not valid. Clang++ rejects your snippet, too. > > The array-to-pointer conversion from an array of `const char` is not > allowed in a constant expression unless such an array is declared with > `constexpr` [1]. Use `constexpr` in place of `const` will solve your > problem. >

Re: [Mingw-w64-public] [v2 PATCH] include: Add IDWriteTextLayout1 definition.

2019-01-14 Thread Jacek Caban
On 1/14/19 11:33 AM, Nikolay Sivov wrote: v2: fixed typos The patch looks good, I pushed it. Thanks, Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [v2 PATCH] include: Add IDWriteTextLayout1 definition.

2019-01-14 Thread Nikolay Sivov
v2: fixed typos From 20da81be71594594a2aa804c7409761ab6cb9692 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Mon, 14 Jan 2019 13:03:53 +0300 Subject: [PATCH] include: Add IDWriteTextLayout1 definition. Signed-off-by: Nikolay Sivov --- mingw-w64-headers/include/dwrite_1.h | 226 +