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

2019-01-15 Thread Martin Storsjö
On Wed, 16 Jan 2019, Nikolay Sivov wrote: Sorry about that. Attaching a fix for both issues. Thanks, pushed this one. // Martin ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/

[Mingw-w64-public] [PATCH] headers: Remove C-compatibility parts from dwrite_2.h.

2019-01-15 Thread Nikolay Sivov
I don't see a reason in keeping this compatibility code, It already won't work for C because of IDWriteFactory2 overloaded methods. Another reason is DWRITE_FONT_METRICS1 definition from dwrite_1.h, included from dwrite_2.h, which is also incompatible. P.S. what's a deal with WINBOOL, should it be

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

2019-01-15 Thread Nikolay Sivov
Sorry about that. Attaching a fix for both issues. From f3a525c57bba62bfc58f76db2d4e4472a55f6ce0 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 16 Jan 2019 10:10:03 +0300 Subject: [PATCH] headers: Add DWRITE_VERTICAL_GLYPH_ORIENTATION definition. Signed-off-by: Nikolay Sivov --- mingw-

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

2019-01-15 Thread Martin Storsjö
On Wed, 16 Jan 2019, Martin Storsjö wrote: On Mon, 14 Jan 2019, Nikolay Sivov wrote: --- + +STDMETHOD(GetVerticalGlyphOrientation)(THIS_ +UINT32 textPosition, +UINT32 *textLength, +DWRITE_VERTICAL_GLYPH_ORIENTATION *orientation, +UINT8 *bidiLevel) PURE;

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

2019-01-15 Thread Martin Storsjö
On Mon, 14 Jan 2019, Nikolay Sivov wrote: --- + +STDMETHOD(GetVerticalGlyphOrientation)(THIS_ +UINT32 textPosition, +UINT32 *textLength, +DWRITE_VERTICAL_GLYPH_ORIENTATION *orientation, +UINT8 *bidiLevel) PURE; The DWRITE_VERTICAL_GLYPH_ORIENTATION type is

Re: [Mingw-w64-public] msys2 / mingw32 targets 0x601 unexpectedly

2019-01-15 Thread Tempelaar E. (Erik)
Thanks for the replies with answers and information. I now know to not rely on the defaults. Kind regards Disclaimer: This mail transmission and any attached files are confidential and are intended for the addressee only. If you are not the person or organization to whom it is addressed, you

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

2019-01-15 Thread Jacek Caban
Hi Nikolay, The patch looks good, pushed to master. Thanks, Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public