Module: wine Branch: master Commit: bf46a167114ce24712c56a9c050ed216dfeaf671 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bf46a167114ce24712c56a9c0...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Dec 2 10:11:50 2019 +0100
wusa: Parse assembly manifests.
Based on patches by Michael Müller and Sebastian Lackner.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/wusa/Makefile.in | 5 +- programs/wusa/main.c | 87 +++++++ programs/wusa/manifest.c | 567 ++++++++++++++++++++++++++++++++++++++++++++++ programs/wusa/wusa.h | 65 ++++++ 4 files changed, 722 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bf46a167114ce24712c56...