Re: [PATCH 4/4] kernel32, ntdll: implement most of GetNamedPipeHandleState
11 Oct
2011
11 Oct
'11
10:12 a.m.
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
11 Oct
11 Oct
10:49 a.m.
New subject: [PATCH 4/4] kernel32, ntdll: implement most of GetNamedPipeHandleState
On Tue, Oct 11, 2011 at 5:12 PM, Juan Lang <juan.lang(a)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.
5178
Age (days ago)
5178
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bernhard Loos -
Juan Lang