Re: comctl32: Make an attempt to update notification handle

2013-03-24 Thread Dmitry Timoshkov
Nikolay Sivov wrote: > +case WM_WINDOWPOSCHANGING: > +{ > + HWND parent = GetParent(hwnd); > + if (parent) infoPtr->hwndNotify = parent; > + return DefWindowProcW(hwnd, uMsg, wParam, lParam); > +} > >>> What if an application subclasses tab

Re: comctl32: Make an attempt to update notification handle

2013-03-24 Thread Nikolay Sivov
On 3/25/2013 07:34, Dmitry Timoshkov wrote: Nikolay Sivov wrote: +case WM_WINDOWPOSCHANGING: +{ + HWND parent = GetParent(hwnd); + if (parent) infoPtr->hwndNotify = parent; + return DefWindowProcW(hwnd, uMsg, wParam, lParam); +} What if an application subclasses tab

Re: comctl32: Make an attempt to update notification handle

2013-03-24 Thread Dmitry Timoshkov
Nikolay Sivov wrote: > >> +case WM_WINDOWPOSCHANGING: > >> +{ > >> + HWND parent = GetParent(hwnd); > >> + if (parent) infoPtr->hwndNotify = parent; > >> + return DefWindowProcW(hwnd, uMsg, wParam, lParam); > >> +} > > What if an application subclasses tab and doesn't p

Re: comctl32: Make an attempt to update notification handle

2013-03-24 Thread Nikolay Sivov
On 3/25/2013 07:24, Dmitry Timoshkov wrote: Nikolay Sivov wrote: +case WM_WINDOWPOSCHANGING: +{ + HWND parent = GetParent(hwnd); + if (parent) infoPtr->hwndNotify = parent; + return DefWindowProcW(hwnd, uMsg, wParam, lParam); +} What if an application subclasses tab

Re: [4/5] hlink: Implement IHlinkBrowseContext_GetHlink()

2013-03-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=24822 Your paranoid android

Re: comctl32: Make an attempt to update notification handle

2013-03-24 Thread Dmitry Timoshkov
Nikolay Sivov wrote: > +case WM_WINDOWPOSCHANGING: > +{ > + HWND parent = GetParent(hwnd); > + if (parent) infoPtr->hwndNotify = parent; > + return DefWindowProcW(hwnd, uMsg, wParam, lParam); > +} What if an application subclasses tab and doesn't pass WM_WINDOWPOSCHANG

Re: ntdll: Improve stub for FileFsAttributeInformation in NtQueryVolumeInformationFile

2013-03-24 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=24819 Your paranoid android

Wiki is down

2013-03-24 Thread Rosanne DiMesio
I'm getting an "Internal Server Error" message when I try to access the wiki. -- Rosanne DiMesio