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;
|
||||
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,
|
||||
read_mode, completion_mode, max_inst, inbound_quota, outbound_quota,
|
||||
timeout);
|
||||
|
|
Loading…
Reference in New Issue