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