Module: wine Branch: refs/heads/master Commit: 385e693e4422383d55de2fc8433abf577c3abab2 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=385e693e4422383d55de2fc8...
Author: Robert Shearman rob@codeweavers.com Date: Fri Jan 27 12:54:22 2006 +0100
ole: Test and implement LPSAFEARRAY marshaling.
---
dlls/oleaut32/oleaut32.spec | 8 - dlls/oleaut32/tests/Makefile.in | 1 dlls/oleaut32/tests/usrmarshal.c | 125 ++++++++++++ dlls/oleaut32/usrmarshal.c | 412 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 542 insertions(+), 4 deletions(-) create mode 100644 dlls/oleaut32/tests/usrmarshal.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=385e693e4422383d55de...