Re: oleaut32: Added a preliminary test, for scale overflow, in VarDecCmp. (resend)
22 Oct
2013
22 Oct
'13
2:16 a.m.
Christopher Cope <ccope3(a)utk.edu> wrote:
--- a/dlls/oleaut32/vartype.c +++ b/dlls/oleaut32/vartype.c @@ -5836,7 +5836,9 @@ HRESULT WINAPI VarDecRound(const DECIMAL* pDecIn, int cDecimals, DECIMAL* pDecOu HRESULT WINAPI VarDecCmp(const DECIMAL* pDecLeft, const DECIMAL* pDecRight) { HRESULT hRet; - DECIMAL result; + static DECIMAL scaleFactor;
Is there a reason to make this variable static? -- Dmitry.
4437
Age (days ago)
4437
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov