Module: wine Branch: master Commit: 60252ea65bbdf991938d919cd4c734809fb899bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=60252ea65bbdf991938d919cd4...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Jan 30 22:53:13 2014 +0400
oleaut32: Fix RecordCopy()/RecordClear() behavior.
---
dlls/oleaut32/recinfo.c | 75 +++++++++++++++++++++- dlls/oleaut32/tests/test_tlb.idl | 6 +- dlls/oleaut32/tests/typelib.c | 3 +- dlls/oleaut32/tests/vartype.c | 130 ++++++++++++++++++++++++++++++++++++++ dlls/oleaut32/usrmarshal.c | 3 +- dlls/oleaut32/variant.h | 2 +- 6 files changed, 212 insertions(+), 7 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=60252ea65bbdf991938d91...