Commit adcc3ad0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

Comment out for now.
parent 621be200
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment