Module: wine Branch: master Commit: a4cf16db08a0cd07b05fbb32d578b81b0578509f URL: https://source.winehq.org/git/wine.git/?a=commit;h=a4cf16db08a0cd07b05fbb32d...
Author: Zebediah Figura z.figura12@gmail.com Date: Mon Apr 9 21:15:51 2018 -0500
ole32: Allow unmarshalling objects into an implicit MTA.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole32/compobj.c | 2 +- dlls/ole32/compobj_private.h | 3 +- dlls/ole32/marshal.c | 32 ++++++++---- dlls/ole32/rpc.c | 12 +++-- dlls/ole32/tests/marshal.c | 114 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 148 insertions(+), 15 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a4cf16db08a0cd07b05fb...