Remove useless Nt*Chanel and NtQueryOleDirectoryFile() prototypes.

svn path=/trunk/; revision=16300
This commit is contained in:
Eric Kohl 2005-06-26 19:57:29 +00:00
parent 4710304a0d
commit a35b024258

View file

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