mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
The declaration of DECIMAL in VARIANT happens in the wrong place.
Comment out for now.
This commit is contained in:
parent
621be200c0
commit
adcc3ad01f
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue