Module: wine Branch: master Commit: 10b3bbe138ae59cc96ca7f94183767f0aa84401f URL: https://source.winehq.org/git/wine.git/?a=commit;h=10b3bbe138ae59cc96ca7f941... Author: Kevin Puetz <PuetzKevinA(a)JohnDeere.com> Date: Mon Sep 28 10:52:55 2020 +0100 oleaut32/tests: Add tests for rewriting FUNCDESC to FUNC_DISPATCH. Add examples in test_tlb which exercise FUNCDESC rewriting in: 1. dispinterface FUNC_DISPATCH declarations 2. dual interface 3. dispinterface which implements another interface Signed-off-by: Kevin Puetz <PuetzKevinA(a)JohnDeere.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/oleaut32/tests/test_tlb.idl | 36 +++ dlls/oleaut32/tests/typelib.c | 653 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 689 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=10b3bbe138ae59cc96ca7...