[RFC PATCH 0/5] XAudio PE conversion.

Esme Povirk (she/they) esme at codeweavers.com
Thu Sep 9 08:56:26 CDT 2021


On Wed, Sep 8, 2021 at 11:39 PM Zebediah Figura <zfigura at codeweavers.com> wrote:
> Actually, while thinking about it I realized another, more salient snag:
> if system library A tries to load system library B dynamically, we have
> no way of knowing whether to give it the system or application library.
>
> I don't think there's any way around this. Even rewriting the import
> table using objcopy or something (which was actually proposed in
> conversation with distributions) wouldn't fix this. We have to use a
> different name, or abandon dynamic libraries altogether.
>
> Maybe there's clever solution I'm missing?

If a library needs to do this, then we will have to modify it no
matter what solution we use.



More information about the wine-devel mailing list