Daniel Jelinski wrote:
> Fixes bug 9512 and bug 8914, tested with Delphi and DVD Profiler.
> Still not perfect - according to MSDN the function should never return
> a window belonging to another thread.
This kind of change requires a test case, and I suspect it's plain wrong.
--
Dmitry.
Piotr, can you review this, please? I've only tested this with two
apps on 32 bits,
I have not tested at all on 64 bits, and am only guessing on the
calling convention stuff.
Seems to fix http://bugs.winehq.org/show_bug.cgi?id=27698 for
Harvest and one other app (I can't reproduce the problem wit
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=20185
Your paranoid android
On 7/20/2012 16:02, Roman Dadkov wrote:
This patch adds additional check for the returned results in the test
for the function WNetGetUniversalNameA.
The following cases are checked:
1 transmission of an incorrect buffer size
2 transmission of an incorrect buffer pointer
3 transmission path to t
Looks good, thanks.