"MattK" <[EMAIL PROTECTED]> 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.
