../../../wine/dlls/wineqtdecoder/qtsplitter.c:130:14: error: redeclaration of 'CLSID_QTSplitter' with a different type: 'CLSID' (aka 'struct _GUID') vs 'const GUID' (aka 'const struct _GUID') extern CLSID CLSID_QTSplitter; ^ ./wineqtdecoder_classes.h:50:13: note: previous declaration is here Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/wineqtdecoder/qtsplitter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/wineqtdecoder/qtsplitter.c b/dlls/wineqtdecoder/qtsplitter.c index 6973620809..f52971f3f7 100644 --- a/dlls/wineqtdecoder/qtsplitter.c +++ b/dlls/wineqtdecoder/qtsplitter.c @@ -127,7 +127,6 @@ #include "wineqtdecoder_classes.h" WINE_DEFAULT_DEBUG_CHANNEL(qtsplitter); -extern CLSID CLSID_QTSplitter; typedef struct QTOutPin { struct strmbase_source pin; -- 2.17.1