Sweden-Number/dlls/oleaut32
Francois Gouget 18e6bb81e3 Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and
VarBstrFromCy.
We cannot check for equality of floats or doubles because of rounding
errors. Check equality to 14 digits for doubles.
Add more precision to the expected results so that they match actual
results.
Print floating values with more precision so we know what went wrong.
Specify the locale for all variant functions that depend on it.
Added return codes for Win95. Win95 returns dates with only two digits
for the year.
Uncommented more VariantCopyInd and VariantChangeTypeEx tests.
2003-01-13 18:30:18 +00:00
..
tests Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and 2003-01-13 18:30:18 +00:00
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in Added GIF decompressor support to OLE Automation IPictures. 2003-01-09 06:04:33 +00:00
connpt.c Make sure that no files except unknwn.h include wine/obj_base.h 2002-12-05 20:33:07 +00:00
connpt.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
dispatch.c Fixed some issues caused by the new oaidl.h. 2003-01-05 20:32:30 +00:00
hash.c Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
ole2disp.c Separated out 16bit sources for ole2disp.dll. 2002-12-12 22:24:45 +00:00
ole2disp.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
ole2disp.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
oleaut.c Fixed some issues caused by the new oaidl.h. 2003-01-05 20:32:30 +00:00
oleaut32.spec Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}. 2003-01-02 23:13:56 +00:00
olefont.c Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. 2003-01-07 20:36:20 +00:00
olepicture.c Added GIF decompressor support to OLE Automation IPictures. 2003-01-09 06:04:33 +00:00
parsedt.c Removed trailing white space. 2002-08-28 23:43:43 +00:00
parsedt.h winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
safearray.c Implemented SafeArray{SetIID,GetIID,SetRecordInfo,GetRecordInfo}. 2003-01-02 23:13:56 +00:00
stubs.c Compile the oleaut32 dll with -DSTRICT. 2002-10-25 03:12:50 +00:00
tmarshal.c Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. 2003-01-07 20:36:20 +00:00
tmarshal.h Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
typelib.c Convert VT_DISPATCH variants into VT_USERDEFINED/TKIND_DISPATCH and 2003-01-11 20:58:35 +00:00
typelib.h Process TKIND_ALIAS in SLTG typelibs, 0x14 in the tail is the 2003-01-02 23:11:19 +00:00
typelib.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
typelib16.c Split out 16bit code into typelib16.c. 2002-12-12 03:56:36 +00:00
variant.c Fix the case of floats in VarBstrFromR4, VarBstrFromR8 and 2003-01-13 18:30:18 +00:00
version.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00