mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Removed duplicate entries.
svn path=/trunk/; revision=10519
This commit is contained in:
parent
e2ebe8412b
commit
067e284424
1 changed files with 0 additions and 27 deletions
|
@ -2096,33 +2096,6 @@ NTSTATUS STDCALL RtlFindCharInUnicodeString(
|
||||||
USHORT *pos);
|
USHORT *pos);
|
||||||
NTSTATUS STDCALL RtlInitUnicodeStringEx(PUNICODE_STRING target,PCWSTR source);
|
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
|
NTSTATUS
|
||||||
STDCALL
|
STDCALL
|
||||||
NtCancelDeviceWakeupRequest(
|
NtCancelDeviceWakeupRequest(
|
||||||
|
|
Loading…
Reference in a new issue