Removed duplicate entries.

svn path=/trunk/; revision=10519
This commit is contained in:
Alex Ionescu 2004-08-14 00:35:09 +00:00
parent e2ebe8412b
commit 067e284424

View file

@ -2096,33 +2096,6 @@ NTSTATUS STDCALL RtlFindCharInUnicodeString(
USHORT *pos);
NTSTATUS STDCALL RtlInitUnicodeStringEx(PUNICODE_STRING target,PCWSTR source);
ULONG
__cdecl
DbgPrintEx(
IN ULONG ComponentId,
IN ULONG Level,
IN PCH Format,
...
);
ULONG
__cdecl
DbgPrintReturnControlC(
PCH Format,
...
);
NTSTATUS
STDCALL
DbgQueryDebugFilterState(
IN ULONG ComponentId,
IN ULONG Level
);
NTSTATUS
STDCALL
DbgSetDebugFilterState(
IN ULONG ComponentId,
IN ULONG Level,
IN BOOL State
);
NTSTATUS
STDCALL
NtCancelDeviceWakeupRequest(