Hi Bernhard,
nit: - todo_wine - ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER, + todo_wine ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
This change is a no-op. --Juan
On Tue, Oct 11, 2011 at 5:12 PM, Juan Lang juan.lang@gmail.com wrote:
Hi Bernhard,
nit:
- todo_wine
- ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
- todo_wine ok(!ret && GetLastError() == ERROR_INVALID_PARAMETER,
This change is a no-op. --Juan
I think I removed it first but had to re-add it later.