mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Remove useless Nt*Chanel and NtQueryOleDirectoryFile() prototypes.
svn path=/trunk/; revision=16300
This commit is contained in:
parent
4710304a0d
commit
a35b024258
1 changed files with 4051 additions and 4094 deletions
|
@ -4024,49 +4024,6 @@ ZwYieldExecution(
|
|||
);
|
||||
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtCreateChannel(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtListenChannel(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtOpenChannel(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtReplyWaitSendChannel(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtSendWaitReplyChannel(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtSetContextChannel(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtQueryOleDirectoryFile(
|
||||
VOID
|
||||
);
|
||||
|
||||
|
||||
static inline struct _PEB * NtCurrentPeb(void)
|
||||
{
|
||||
struct _PEB * pPeb;
|
||||
|
|
Loading…
Reference in a new issue