Module: wine Branch: master Commit: 4c7ffaecaf50cee91e74d509f64f4aecca6e237c URL: https://source.winehq.org/git/wine.git/?a=commit;h=4c7ffaecaf50cee91e74d509f...
Author: Fabian Maurer dark.shadow4@web.de Date: Tue Apr 9 19:27:44 2019 +0200
sxs: Implement SxsLookupClrGuid and add tests.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=43270 Signed-off-by: Fabian Maurer dark.shadow4@web.de Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/sxs/sxs.c | 150 ++++++++++++++++++++++++ dlls/sxs/sxs.spec | 1 + dlls/sxs/tests/Makefile.in | 8 +- dlls/sxs/tests/comtest_dll.manifest | 16 +++ dlls/sxs/tests/comtest_exe.manifest | 11 ++ dlls/sxs/tests/interfaces.idl | 35 ++++++ dlls/sxs/tests/resource.rc | 27 +++++ dlls/sxs/tests/sxs.c | 224 ++++++++++++++++++++++++++++++++++++ 8 files changed, 470 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4c7ffaecaf50cee91e74d...