Re: [Mingw-w64-public] Issue with headers.

2017-01-26 Thread Petri Hodju
Hi! I ran to the same problem earlier and I posted patches here on the list on 2nd December 2016 for this problem. In short, the CompPtr has specialized constructors that can't access the protected members as they are not working on class level. The fix was trivial, changing the direct member

[Mingw-w64-public] [PATCH] Fix ComPtr protected member access in specialized template functions

2016-12-01 Thread Petri Hodju
_) { Luckily, these are easily fixed by using available accessor functions. Below is the proposed patch: From b3bed37b043d83812a8b429ccef0c60dad5f4e24 Mon Sep 17 00:00:00 2001 From: Petri Hodju <petriho...@yahoo.com> Date: Wed, 30 Nov 2016 15:30:36 +0200 Subject: [PATCH] Fix ComPtr prote

[Mingw-w64-public] [PATCH] d2d1_1helper.h: Add missing BitmapBrushProperties1 function

2016-12-01 Thread Petri Hodju
Hi, Building recent Qt (5.8 branch) fails due to missing BitmapBrushProperties1 function. Proposed patch below: From df6c26224d796ce5df425ee907b34cd7fb013ae0 Mon Sep 17 00:00:00 2001 From: Petri Hodju <petriho...@yahoo.com> Date: Wed, 30 Nov 2016 15:48:43 +0200 Subject: [PATCH] d2d1_1he