Re: Destroy thread windows also on process exit

2004-05-03 Thread Alexandre Julliard
Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > Currently user32 doesn't destroy windows on exit of a single-threaded > process since it doesn't receive DLL_THREAD_DETACH notification. > > Changelog: > Dmitry Timoshkov <[EMAIL PROTECTED]> > Destroy t

Re: Destroy thread windows also on process exit

2004-05-03 Thread Dmitry Timoshkov
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote: > I don't see how that would make a difference since we don't send > messages to an exiting thread anywyay. Do you have a case where this > is needed, or is it just a theoretical concern? The bug was spotted by metafile test, and this patch fixes th