11 Aug
2009
11 Aug
'09
8:05 p.m.
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.