From a98f77668da9ba9ffe69eaca838bbb3a4461a05c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 19 Aug 2004 19:20:34 +0000 Subject: [PATCH] Define COBJMACROS. Fixes compilation on Windows. --- dlls/quartz/tests/filtergraph.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c index 82e2c20167c..53b1f4fd3ed 100644 --- a/dlls/quartz/tests/filtergraph.c +++ b/dlls/quartz/tests/filtergraph.c @@ -19,6 +19,9 @@ */ #include + +#define COBJMACROS + #include "wine/test.h" #include "uuids.h" #include "dshow.h" @@ -76,4 +79,3 @@ START_TEST(filtergraph) #endif releasefiltergraph(); } -