DECIMAL temporary fix

Francois Gouget fgouget at free.fr
Wed May 9 19:58:14 CDT 2001



Changelog:

 * include/wine/obj_oleaut.h
   The declaration of DECIMAL in VARIANT happens in the wrong place
   Comment out for now


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
    I haven't lost my mind, it's backed up on tape around here somewhere...
-------------- next part --------------
Index: include/wine/obj_oleaut.h
===================================================================
RCS file: /home/cvs/wine/wine/include/wine/obj_oleaut.h,v
retrieving revision 1.25
diff -u -r1.25 obj_oleaut.h
--- include/wine/obj_oleaut.h	2001/05/07 18:15:40	1.25
+++ include/wine/obj_oleaut.h	2001/05/10 00:53:00
@@ -141,7 +141,10 @@
 		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;


More information about the wine-patches mailing list