From adcc3ad01fd3614f232d50a450fd03720ab439a7 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 10 May 2001 03:11:26 +0000 Subject: [PATCH] The declaration of DECIMAL in VARIANT happens in the wrong place. Comment out for now. --- include/wine/obj_oleaut.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/wine/obj_oleaut.h b/include/wine/obj_oleaut.h index 628a32dc9c..04c5c0cd20 100644 --- a/include/wine/obj_oleaut.h +++ b/include/wine/obj_oleaut.h @@ -141,7 +141,10 @@ struct tagVARIANT { DATE date; BSTR bstrVal; CY cyVal; - DECIMAL decVal; + /* FIXME: This is not supposed to be at this level + * See bug #181 in bugzilla + * DECIMAL decVal; + */ IUnknown* punkVal; IDispatch* pdispVal; SAFEARRAY* parray;