Hans Leidekker : msi: Don't use globals to manage assembly cache state.
Module: wine Branch: master Commit: c64d73c829c3bde7744362b2cd566075ab7e37df URL: https://source.winehq.org/git/wine.git/?a=commit;h=c64d73c829c3bde7744362b2c... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Tue Feb 26 13:27:50 2019 +0100 msi: Don't use globals to manage assembly cache state. Based on a patch by Zebediah Figura. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46719 Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/msi/assembly.c | 124 +++++++++++++++++++++++++--------------------------- dlls/msi/msipriv.h | 8 ++++ 2 files changed, 68 insertions(+), 64 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c64d73c829c3bde774436...
participants (1)
-
Alexandre Julliard