ole32: Parameter question

Robert Shearman rob at codeweavers.com
Mon Jul 2 17:04:37 CDT 2007


Andrew Talbot wrote:
> Hi,
>
> In ole32/ifs.c:RemoveMemoryLocation(), should the parameter be a LPVOID *,
> or should it be just a LPVOID (or LPCVOID, to be more precise)? I want to
> constify it, but I'm uncertain if its current depth of indirection is
> correct.
>   

Yes, it should be LPVOID instead of LPVOID *.

-- 
Rob Shearman




More information about the wine-devel mailing list