include/iads.idl: Remove duplicate interface definition.
Otherwise widl fails to create a typelib. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9f9984966a
commit
355fdfb5f6
|
@ -855,8 +855,7 @@ interface IADsADSystemInfo : IDispatch
|
|||
]
|
||||
coclass ADSystemInfo
|
||||
{
|
||||
[default] interface IADsADSystemInfo;
|
||||
interface IDispatch;
|
||||
interface IADsADSystemInfo;
|
||||
}
|
||||
|
||||
} /* library */
|
||||
|
|
Loading…
Reference in New Issue