msinkaut.idl: Add stub IInkCollector interface (resend)

Alexandre Julliard julliard at winehq.org
Mon Oct 1 07:10:19 CDT 2007


"John Klehm" <xixsimplicityxix at gmail.com> writes:

>      typedef float single;
> +
> +    [
> +        odl,
> +        uuid(F0F060B5-8B1F-4A7C-89EC-880692588A4F),
> +        dual,
> +        oleautomation
> +    ]
> +    interface IInkCollector : IDispatch {
> +    };

You have to list all the functions, a partial interface definition
can't work right.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list