mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
NtAcceptConnectPort signature fixed.
svn path=/trunk/; revision=13538
This commit is contained in:
parent
f2b1a2e2a0
commit
3565708b26
1 changed files with 6 additions and 6 deletions
|
@ -108,12 +108,12 @@ typedef struct _FILE_USER_QUOTA_INFORMATION {
|
||||||
|
|
||||||
#ifndef __USE_NT_LPC__
|
#ifndef __USE_NT_LPC__
|
||||||
NTSTATUS STDCALL
|
NTSTATUS STDCALL
|
||||||
NtAcceptConnectPort (PHANDLE PortHandle,
|
NtAcceptConnectPort (OUT PHANDLE PortHandle,
|
||||||
HANDLE NamedPortHandle,
|
IN PVOID Context,
|
||||||
PLPC_MESSAGE ServerReply,
|
IN PLPC_MESSAGE ServerReply,
|
||||||
BOOLEAN AcceptIt,
|
IN BOOLEAN AcceptIt,
|
||||||
PLPC_SECTION_WRITE WriteMap,
|
IN PLPC_SECTION_WRITE WriteMap,
|
||||||
PLPC_SECTION_READ ReadMap);
|
IN PLPC_SECTION_READ ReadMap);
|
||||||
#else
|
#else
|
||||||
NTSTATUS STDCALL
|
NTSTATUS STDCALL
|
||||||
NtAcceptConnectPort (PHANDLE PortHandle,
|
NtAcceptConnectPort (PHANDLE PortHandle,
|
||||||
|
|
Loading…
Reference in a new issue