[PATCH] wusa: Reimplement lookup_expression.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Tue Apr 5 21:49:22 CDT 2022


On Tue, Apr 5, 2022 at 11:26 AM Hans Leidekker <hans at codeweavers.com> wrote:
> I saw you added 'wow64' as a synonym for 'x86'. Do you have an installer that
> needs this? In any case, this should go in a separate patch.

Yeah, it's the same update package that had the unsupported
expressions, Microsoft-Windows-MediaFeaturePack-OOB-Package_x64.msu. I
can submit a separate patch for the wow64 architecture, but I'm not
sure how to support it. Do I just add an extra or case in the existing
if statements or is there a better way? Maybe assigning the assembly
identity architecture to x86 if it's wow64, but this feels dirty. This
expression table would solve that issue while keeping the code clean.
What do you think?
--
Kind regards,
Mohamad



More information about the wine-devel mailing list