https://bugs.winehq.org/show_bug.cgi?id=43777
Bug ID: 43777 Summary: redefinition of typedef ‘REFERENCE_TIME’ (gcc-4.2) Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gijsvrm@gmail.com CC: dark.shadow4@web.de Regression SHA1: 44cb0afb2571984bda8ca1fa084a50c1fc04ac71
Current wine-git doesn't compile with gcc-4.2 anymore.
In file included from evr.c:31: ../../include/dxva2api.h:125: error: redefinition of typedef ‘REFERENCE_TIME’ ../../include/strmif.h:730: error: previous declaration of ‘REFERENCE_TIME’ was here make[1]: *** [evr.o] Error 1 make[1]: *** Waiting for unfinished jobs....
Bisected to:
author Fabian Maurer dark.shadow4@web.de Wed, 20 Sep 2017 12:03:38 +0000 (14:03 +0200) commit 44cb0afb2571984bda8ca1fa084a50c1fc04ac71
evr: Add EnhancedVideoRenderer coclass.
Signed-off-by: Fabian Maurer dark.shadow4@web.de Signed-off-by: Alexandre Julliard julliard@winehq.org