Re: [Mingw-w64-public] dwrite_3.h regression fix

2020-09-30 Thread sanketh
#diff-82ae7e785e092cc11713885893c11bea 2. Breaking compat with the IDL to rename GetGlyphImageFormats_ to GetGlyphImageFormats. See https://github.com/sgmenda/mingw-w64/commit/92df20a5f2744b250d80f4f9a08572b8 4037d0b0 and we can get back compat once widl supports function overloading. Best, Sa

[Mingw-w64-public] [PATCH] include/winbase.h: Remove mistaken `#ifdef` around `PROCESS_INFORMATION_CLASS`

2020-09-10 Thread sanketh
>From a55e93bf1588e88e40e59ce636dc00f7e67f9740 Mon Sep 17 00:00:00 2001 From: Sanketh Menda Date: Wed, 9 Sep 2020 06:42:07 -0400 Subject: [PATCH] include/winbase.h: Remove mistaken `#ifdef` around `PROCESS_INFORMATION_CLASS` --- mingw-w64-headers/include/winbase.h | 4 +++- 1 file chan