Commit b9261c0f authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

qdvd: Add a stub IDvdControl2 interface.

parent 36d5ec90
......@@ -60,7 +60,7 @@ static void test_interfaces(void)
check_interface(filter, &IID_IBaseFilter, TRUE);
todo_wine check_interface(filter, &IID_IDvdControl, TRUE);
todo_wine check_interface(filter, &IID_IDvdControl2, TRUE);
check_interface(filter, &IID_IDvdControl2, TRUE);
todo_wine check_interface(filter, &IID_IDvdInfo, TRUE);
todo_wine check_interface(filter, &IID_IDvdInfo2, TRUE);
check_interface(filter, &IID_IMediaFilter, TRUE);
......
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