Commit 03bd646c authored by Alexandre Julliard's avatar Alexandre Julliard

Added missing CoInitialize.

parent b547af15
......@@ -72,6 +72,7 @@ static void releasefiltergraph()
START_TEST(filtergraph)
{
CoInitialize(NULL);
createfiltergraph();
#if 0
renderfile();
......
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