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

qdvd: Add a stub IDvdInfo2 interface.

parent eee92591
......@@ -62,7 +62,7 @@ static void test_interfaces(void)
todo_wine check_interface(filter, &IID_IDvdControl, 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_IDvdInfo2, TRUE);
check_interface(filter, &IID_IMediaFilter, TRUE);
check_interface(filter, &IID_IPersist, TRUE);
todo_wine check_interface(filter, &IID_ISpecifyPropertyPages, 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