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.