From 253f3bf5bef884729d850e0d719ee1e496b965a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Villac=C3=ADs=20Lasso?= Date: Thu, 22 Sep 2005 10:35:16 +0000 Subject: [PATCH] Modify VarDiv() and VarSub() to use the existing VarDecSub() and VarDecDiv() for DECIMAL. --- dlls/oleaut32/variant.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/dlls/oleaut32/variant.c b/dlls/oleaut32/variant.c index 775ad7b674e..9305d3f98e8 100644 --- a/dlls/oleaut32/variant.c +++ b/dlls/oleaut32/variant.c @@ -3124,6 +3124,10 @@ HRESULT WINAPI VarDiv(LPVARIANT left, LPVARIANT right, LPVARIANT result) found = TRUE; resvt = VT_R8; } + if (!found && (((1<