Nikolay Sivov : ole32: Move apartment and activation management to a separate file.
Module: wine Branch: master Commit: 04e11b587123e1068189015e3e6f2ad5c1faa2f8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=04e11b587123e1068189015e3... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Tue Aug 25 18:18:15 2020 +0300 ole32: Move apartment and activation management to a separate file. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ole32/Makefile.in | 1 + dlls/ole32/apartment.c | 1289 ++++++++++++++++++++++++++++++++++++ dlls/ole32/compobj.c | 1497 +++++------------------------------------- dlls/ole32/compobj_private.h | 20 +- 4 files changed, 1456 insertions(+), 1351 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=04e11b587123e10681890...
participants (1)
-
Alexandre Julliard