Commit 23f9d01a authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

oleaut32: Use correct integral type.

parent a1add354
......@@ -9890,7 +9890,7 @@ static DWORD WMSFT_compile_typeinfo_aux(ITypeInfoImpl *info,
++memid;
}
name = (UINT*)memid;
name = (DWORD*)memid;
for(i = 0; i < info->typeattr.cFuncs; ++i){
TLBFuncDesc *desc = &info->funcdescs[i];
if(desc->Name)
......
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