urlmon: Create one notif window per thread.

Alexandre Julliard julliard at winehq.org
Tue Mar 27 05:59:23 CDT 2007


Jacek Caban <jacek at codeweavers.com> writes:

> I forgot to remove DestroyWindow form Release, sorry. This patch also
> takes care of unloading DLL. It's really worth doing as it prevents
> creating a lot of useless windows.

It still won't work, because you cannot destroy a window belonging to
another thread. And switching threads inside the dll detach would
probably be a bit dangerous.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list