[PATCH 2/3] ntdll: Call DllInitialize() when attaching native subsystem DLLs if present.

Alexandre Julliard julliard at winehq.org
Tue Feb 5 04:59:05 CST 2019


Zebediah Figura <z.figura12 at gmail.com> writes:

> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  dlls/ntdll/loader.c | 37 ++++++++++++++++++++++++++++++++++++-
>  1 file changed, 36 insertions(+), 1 deletion(-)

This would have to be done in ntoskrnl, after relocations have been
applied. It may be possible to use dll notifications for this, now that
they are implemented.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list