Re: [Mingw-w64-public] [PATCH] winnt.h: Add missing GetProductInfo product types

2015-08-30 Thread Kai Tietz
Patch is ok. Please apply. Thanks Kai Am 30.08.2015 21:29 schrieb "Corinna Vinschen" : > Per https://msdn.microsoft.com/en-us/library/windows/desktop/ms724358 > as of 2015-08-30 > > Signed-off-by: Corinna Vinschen > --- > mingw-w64-headers/include/winnt.h | 3 +++ > 1 file changed, 3 insertions

[Mingw-w64-public] [PATCH] winnt.h: Add missing GetProductInfo product types

2015-08-30 Thread Corinna Vinschen
Per https://msdn.microsoft.com/en-us/library/windows/desktop/ms724358 as of 2015-08-30 Signed-off-by: Corinna Vinschen --- mingw-w64-headers/include/winnt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h index 56d663d

[Mingw-w64-public] [patch] d2d1.h: Fix macros ID2D1[.*]RenderTarget_CreateLayer()

2015-08-30 Thread Martin Mitáš
Macro ID2D1RenderTarget_CreateLayer() defined #if D2D_USE_C_DEFINITIONS in has wrong number of parameters. Ditto for all interfaces inherited from ID2D1RenderTarget. The attached patch fixes the issue. Please review and apply. Regards, Martin mingw-w64-headers/include/d2d1.h | 8 1 f