https://bugs.winehq.org/show_bug.cgi?id=43175
Bug ID: 43175 Summary: redefinition of typedef ‘ID2D1Image’ (gcc-4.2) Product: Wine Version: 2.10 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@winehq.org Reporter: gijsvrm@gmail.com CC: leslie_alistair@hotmail.com Regression SHA1: 28ea560b7a935e9652906d2dbf3460aa0cb927b7
In file included from bitmap.c:23: ../../include/wincodec.h:437: error: redefinition of typedef ‘ID2D1Image’ ../../include/d2d1.h:126: error: previous declaration of ‘ID2D1Image’ was here make[1]: *** [bitmap.o] Error 1 make: *** [dlls/d2d1] Error 2 make: *** Waiting for unfinished jobs....
Regression test revealed:
author Alistair Leslie-Hughes leslie_alistair@hotmail.com Tue, 6 Jun 2017 01:51:05 +0000 (01:51 +0000) commit 28ea560b7a935e9652906d2dbf3460aa0cb927b7
include/windocdec.idl: Add interface IWICImagingFactory2.
As the first bad commit.