Re: [PATCH 2/3] [Dnsapi.dll] Implement Dnsapi.dll
2 Mar
2006
2 Mar
'06
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.
7228
Age (days ago)
7228
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov