Re: [PATCH 2/3] [Dnsapi.dll] Implement Dnsapi.dll
March 2, 2006
3:17 a.m.
"MattK" <mekjedi(a)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.
7420
Age (days ago)
7420
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov