Commit 04912d26 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

oleaut32: ICreateTypeLib2_SetLcid sets both LCID's.

parent 72607b89
...@@ -3203,7 +3203,7 @@ static HRESULT WINAPI ICreateTypeLib2_fnSetLcid(ICreateTypeLib2 * iface, LCID lc ...@@ -3203,7 +3203,7 @@ static HRESULT WINAPI ICreateTypeLib2_fnSetLcid(ICreateTypeLib2 * iface, LCID lc
TRACE("(%p,%d)\n", iface, lcid); TRACE("(%p,%d)\n", iface, lcid);
This->typelib_header.lcid2 = lcid; This->typelib_header.lcid = This->typelib_header.lcid2 = lcid;
return S_OK; return S_OK;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment