NtCreateNamedPipeFile is no longer a stub, so fix TRACE() call.

oldstable
Ivan Leo Puoti 2005-08-16 11:13:21 +00:00 committed by Alexandre Julliard
parent 04e301188e
commit dfb887dc9f
1 changed files with 1 additions and 1 deletions

View File

@ -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);