2009/8/11 Owen Rudge <orudge(a)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.