Module: wine Branch: master Commit: 077b4391d442e927a2a59b5afb244355b0634aaa URL: https://source.winehq.org/git/wine.git/?a=commit;h=077b4391d442e927a2a59b5af... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Fri Nov 9 18:02:00 2018 -0600 oleaut32: Rip out the old typelib marshaller. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Marcus Meissner <marcus(a)jet.franken.de> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/oleaut32/Makefile.in | 1 - dlls/oleaut32/oleaut.c | 284 ++++- dlls/oleaut32/tests/tmarshal.c | 26 - dlls/oleaut32/tmarshal.c | 2351 ---------------------------------------- dlls/oleaut32/typelib.c | 32 - dlls/oleaut32/typelib.h | 6 - 6 files changed, 255 insertions(+), 2445 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=077b4391d442e927a2a59...