20 Aug
2021
20 Aug
'21
4:02 p.m.
On Fri, Aug 20, 2021 at 9:03 AM Alexandre Julliard <julliard(a)winehq.org> wrote:
Yes, exactly. __wine_init_unix_lib is an intermediate step that will go away eventually. New code should ideally be using __wine_unix_call from the start, if possible.
Does this mean that we shouldn't have calls from unixlibs back into PE code?