dmusic: Avoid signed-unsigned integer comparisons.
[wine] / dlls / oleaut32 / recinfo.c
2012-12-10  Nikolay Sivovoleaut32: Use correct allocation length (Coverity).
2012-06-29  Huw Daviesoleaut32: If the records' guids are equal then the...
2010-12-05  Michael Stefaniucoleaut32: Use an iface instead of a vtbl pointer in...
2009-02-09  Michael Stefaniucoleaut32: Remove superfluous pointer casts.
2008-12-08  Nikolay Sivovoleaut32: Added SAFEARRAY support for RecordInfo::Recor...
2008-11-03  Andrew Talbotoleaut32: Sign-compare warnings fix.
2008-10-02  Rob Shearmanoleaut32: Make the code in copy_to_variant and copy_fro...
2008-04-24  Jacek Cabanoleaut32: Handle VT_R4 in RecordClear (spotted by Konra...
2008-04-24  Jacek Cabanoleaut32: Clear record in RecordDestroy.
2008-04-24  Jacek Cabanoleaut32: Properly clear VT_BSTR record.
2008-04-14  Austin Englisholeaut32: Spelling fixes.
2008-03-12  Andrew Talbotoleaut32: Assign to structs instead of using memcpy.
2006-10-13  Hans Leidekkeroleaut32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-11  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-03-09  Jacek CabanMore implementation of IRecordInfo.
2005-03-07  Jacek Caban- Implemented GetRecordInfoFromTypeInfo and GetRecordIn...