oleaut32: Add ICreateTypeInfo2::SetVarName implementation

Nikolay Sivov bunglehead at gmail.com
Fri Aug 30 07:33:21 CDT 2013


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.



More information about the wine-devel mailing list