Commit a98f7766 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Define COBJMACROS. Fixes compilation on Windows.

parent 466f5e79
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
*/ */
#include <assert.h> #include <assert.h>
#define COBJMACROS
#include "wine/test.h" #include "wine/test.h"
#include "uuids.h" #include "uuids.h"
#include "dshow.h" #include "dshow.h"
...@@ -76,4 +79,3 @@ START_TEST(filtergraph) ...@@ -76,4 +79,3 @@ START_TEST(filtergraph)
#endif #endif
releasefiltergraph(); releasefiltergraph();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment