mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +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
|
||||
);
|
||||
|
||||
//
|
||||
// Callback for RtlSetIoCompletionCallback
|
||||
//
|
||||
typedef VOID
|
||||
(NTAPI *PRTL_OVERLAPPED_COMPLETION_ROUTINE)(
|
||||
ULONG,
|
||||
ULONG,
|
||||
PVOID
|
||||
);
|
||||
|
||||
//
|
||||
// RTL Library Allocation/Free Routines
|
||||
//
|
||||
|
@ -441,6 +431,16 @@ extern const PRTL_REALLOCATE_STRING_ROUTINE RtlReallocateStringRoutine;
|
|||
|
||||
#endif
|
||||
|
||||
//
|
||||
// Callback for RtlSetIoCompletionCallback
|
||||
//
|
||||
typedef VOID
|
||||
(NTAPI *PRTL_OVERLAPPED_COMPLETION_ROUTINE)(
|
||||
ULONG,
|
||||
ULONG,
|
||||
PVOID
|
||||
);
|
||||
|
||||
//
|
||||
// Callback for RTL Heap Enumeration
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue