[7/10] [try 2] comctl32: Add basic structure for IImageList interface

Henri Verbeet hverbeet at gmail.com
Tue Aug 11 14:05:23 CDT 2009


2009/8/11 Owen Rudge <orudge at codeweavers.com>:
> +static const IImageListVtbl ImageListImpl_Vtbl = {
> +    ImageListImpl_QueryInterface,
> +    ImageListImpl_AddRef,
> +    ImageListImpl_Release
> +};
You can't do that, you need to at least implement stubs for the other methods.



More information about the wine-devel mailing list