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.


Reply via email to