[1/2] msxml3: Implement IMXAttributes_removeAttributes()

Jacek Caban jacek at codeweavers.com
Tue Jul 30 05:50:14 CDT 2013


Hi Nikolay,

On 07/30/13 12:42, Nikolay Sivov wrote:
> +    dst = &This->attr[index];
> +    src = &This->attr[index+1];
> +
> +    memmove(dst, src, This->length-index-1);

*sizeof(*dst)

Cheers,
Jacek



More information about the wine-devel mailing list