[Mingw-w64-public] [PATCH 2/6] dwrite.h: Don't duplicate parent interface methods for C++ because it breaks templated QueryInterface implementation and fixed IDWriteFontFileEnumerator declaration.

2014-08-19 Thread Jacek Caban
It came out that we need to not duplicate QueryInterface in child interface declarations, because they shadow its templated inline variant. --- mingw-w64-headers/include/dwrite.h | 59 -- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git

Re: [Mingw-w64-public] [PATCH 2/6] dwrite.h: Don't duplicate parent interface methods for C++ because it breaks templated QueryInterface implementation and fixed IDWriteFontFileEnumerator declaration.

2014-08-19 Thread Kai Tietz
Yes, wasn't at that file ... patch is ok. Please apply. Thanks, Kai 2014-08-19 14:04 GMT+02:00 Jacek Caban ja...@codeweavers.com: It came out that we need to not duplicate QueryInterface in child interface declarations, because they shadow its templated inline variant. ---