kernel32/path: tests and patches

2013-01-16 Thread Patrick Rudolph
Any comments on my copyfileexW patches ?

Re: [PATCH 2/3] d3d8/tests: Create a plain DS surface in test_reset_resources

2013-01-16 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=23963 Your paranoid android

Re: mshtml: Remove duplicated property entries in preprocess_dispex_data

2013-01-16 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=23961 Your paranoid android

Re: Reload a DLL and _getptd returns zero

2013-01-16 Thread Piotr Caban
On 01/15/13 22:36, Michael Ost wrote: Do you know what the implications are of using this hack? Would it simply be that any windows code that wants to use FlsAlloc would fail to load with a wine linkage error? Yes, any code that uses the function will fail while trying to call it. Also, is thi