ddeml: More calling convention fixes

Dmitry Timoshkov dmitry at codeweavers.com
Thu Dec 2 02:19:49 CST 2010


Tristan Schmelcher <tristan_schmelcher at alumni.uwaterloo.ca> wrote:

> +    if (cbData != (DWORD)-1)
> +    {
> +        /* pData is not a pointer if cbData is -1, so we linearize the address
> +         * here rather than in the calling code. */
> +        pData = MapSL((SEGPTR)pData);
> +    }

-1 here should be replaced by CBR_BLOCK, and this piece of the patch
should be sent separately from .spec file fixes.

-- 
Dmitry.



More information about the wine-devel mailing list