The declaration of DECIMAL in VARIANT happens in the wrong place.

Comment out for now.
This commit is contained in:
Francois Gouget 2001-05-10 03:11:26 +00:00 committed by Alexandre Julliard
parent 621be200c0
commit adcc3ad01f

View file

@ -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;