Re: oleaut32: Add ICreateTypeInfo2::SetVarName implementation
30 Aug
2013
30 Aug
'13
12:33 p.m.
On 8/30/2013 16:28, Piotr Caban wrote:
--- dlls/oleaut32/tests/typelib.c | 13 +++++++++++-- dlls/oleaut32/typelib.c | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-)
ITypeInfoImpl *This = info_impl_from_ICreateTypeInfo2(iface); - FIXME("%p %u %s - stub\n", This, index, wine_dbgstr_w(name)); - return E_NOTIMPL; + + FIXME("%p %u %s\n", This, index, wine_dbgstr_w(name)); + It probably should be TRACE.
4488
Age (days ago)
4488
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov