[PATCH 2/3] [Dnsapi.dll] Implement Dnsapi.dll

Dmitry Timoshkov dmitry at codeweavers.com
Wed Mar 1 21:17:45 CST 2006


"MattK" <mekjedi at bluebottle.com> wrote:

> +    if(fdwReason == DLL_THREAD_ATTACH)
> +    {
> +        DisableThreadLibraryCalls(hinstDLL);
> +        return TRUE;
> +    }

This is not an appropriate place to call DisableThreadLibraryCalls,
how did you come with it when there are a lot of examples in the Wine
tree?

-- 
Dmitry.



More information about the wine-devel mailing list