Module: wine Branch: refs/heads/master Commit: 4335c64f7b944b195c33b54daac070cf87519015 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=4335c64f7b944b195c33b54d...
Author: Robert Shearman rob@codeweavers.com Date: Wed May 24 23:01:41 2006 +0100
ole32: Add a rough implementation of the free-threaded marshaler MarshalInterface and UnmarshalInterface methods, with test cases.
---
dlls/ole32/ftmarshal.c | 75 +++++++++++++++++- dlls/ole32/tests/marshal.c | 179 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 249 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=4335c64f7b944b195c33...