mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Fix build
svn path=/trunk/; revision=37397
This commit is contained in:
parent
375eea5424
commit
29a0430cdd
1 changed files with 10 additions and 10 deletions
|
@ -405,16 +405,6 @@ typedef EXCEPTION_DISPOSITION
|
||||||
IN OUT PVOID DispatcherContext
|
IN OUT PVOID DispatcherContext
|
||||||
);
|
);
|
||||||
|
|
||||||
//
|
|
||||||
// Callback for RtlSetIoCompletionCallback
|
|
||||||
//
|
|
||||||
typedef VOID
|
|
||||||
(NTAPI *PRTL_OVERLAPPED_COMPLETION_ROUTINE)(
|
|
||||||
ULONG,
|
|
||||||
ULONG,
|
|
||||||
PVOID
|
|
||||||
);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// RTL Library Allocation/Free Routines
|
// RTL Library Allocation/Free Routines
|
||||||
//
|
//
|
||||||
|
@ -441,6 +431,16 @@ extern const PRTL_REALLOCATE_STRING_ROUTINE RtlReallocateStringRoutine;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// Callback for RtlSetIoCompletionCallback
|
||||||
|
//
|
||||||
|
typedef VOID
|
||||||
|
(NTAPI *PRTL_OVERLAPPED_COMPLETION_ROUTINE)(
|
||||||
|
ULONG,
|
||||||
|
ULONG,
|
||||||
|
PVOID
|
||||||
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Callback for RTL Heap Enumeration
|
// Callback for RTL Heap Enumeration
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue