oleaut32(2/3): Implement VarDecFix

Dmitry Timoshkov dmitry at codeweavers.com
Tue Feb 17 21:35:28 CST 2009


"Juan Lang" <juan.lang at gmail.com> wrote:

> +  hr = VarR8FromDec((DECIMAL *)pDecIn, &dbl);

According to PSDK VarR8FromDec() takes a const pointer to the 1st parameter,
to it should be fixed instead of casting const out.

Same for VarDecInt() patch.

-- 
Dmitry.



More information about the wine-devel mailing list