Re: shdocvw: Add ITaskbarList2 Interface

2011-06-18 Thread Alistair Leslie-Hughes
Hi André, On 19/06/2011 1:52 AM, André Hentschel wrote: --- dlls/shdocvw/taskbarlist.c | 74 --- include/shobjidl.idl | 15 + 2 files changed, 63 insertions(+), 26 deletions(-) Can you please provide a test case to show that this int

Wrong AppDB link

2011-06-18 Thread wylda
Hi, by mistake i linked a wrong bug to FAR Manager: http://appdb.winehq.org/objectManager.php?sClass=version&iId=15928 Could someone remove a link from FAR to bug 27406, please? Thanks, W.

Re: [PATCH 2/2] d3dx9/line: Implemented tests for ID3DXLine's Begin and End methods.

2011-06-18 Thread Charles Welton
Can't reproduce as this seem to only work with wine64. Perhaps there's some issue with the headers? Code compiles fine under wine32. On 06/18/2011 11:50 AM, Marvin wrote: > Hi, > > While running your changed tests on Windows, I think I found new failures. > Being a bot and all I'm not very good a

Re: [PATCH 2/2] d3dx9/line: Implemented tests for ID3DXLine's Begin and End methods.

2011-06-18 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=11808 Your paranoid android

Re: wined3d: Use a separate mutex for wndproc_table access.

2011-06-18 Thread Stefan Dösinger
I can't speak about the conceptual correctness of this patch, although my gut feeling says that you're right. You don't need wined3d_wndproc_mutex_(un)lock. Just use EnterCriticalSection / LeaveCriticalSection directly. wined3d_mutex_lock exists because it is exported from wined3d. On Friday 1