NtCreateNamedPipeFile is no longer a stub, so fix TRACE() call.
This commit is contained in:
parent
04e301188e
commit
dfb887dc9f
|
@ -1836,7 +1836,7 @@ NTSTATUS WINAPI NtCreateNamedPipeFile( PHANDLE handle, ULONG access,
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
static const WCHAR leadin[] = {'\\','?','?','\\','P','I','P','E','\\'};
|
static const WCHAR leadin[] = {'\\','?','?','\\','P','I','P','E','\\'};
|
||||||
|
|
||||||
TRACE("(%p %lx %p %p %lx %ld %lx %ld %ld %ld %ld %ld %ld %p): stub\n",
|
TRACE("(%p %lx %p %p %lx %ld %lx %ld %ld %ld %ld %ld %ld %p)\n",
|
||||||
handle, access, oa, iosb, sharing, dispo, options, pipe_type,
|
handle, access, oa, iosb, sharing, dispo, options, pipe_type,
|
||||||
read_mode, completion_mode, max_inst, inbound_quota, outbound_quota,
|
read_mode, completion_mode, max_inst, inbound_quota, outbound_quota,
|
||||||
timeout);
|
timeout);
|
||||||
|
|
Loading…
Reference in New Issue