dlls: Move the call to MODULE_DllThreadAttach from kernel32 code to NTDLL code

Alexandre Julliard julliard at winehq.org
Mon Mar 13 07:21:58 CST 2006


Robert Shearman <rob at codeweavers.com> writes:

> ChangeLog:
> Move the call to MODULE_DllThreadAttach from kernel32 code to NTDLL code.

The problem with this is that the call is no longer inside the
exception handler, so it would prevent debugging crashes that happen
during thread attach.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list