Jacek Caban <[EMAIL PROTECTED]> 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
Jacek Caban <[EMAIL PROTECTED]> writes:
> static HWND get_notif_hwnd(void)
> {
> +thread_data_t *thread_data = get_thread_data(TRUE);
> +
> static ATOM wnd_class = 0;
> -HWND hwnd;
>
> static const WCHAR wszURLMonikerNotificationWindow[] =
> {'U','R','L',' ','M','o',