mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Forgotten file.
svn path=/trunk/; revision=54329
This commit is contained in:
@@ -3317,6 +3317,23 @@ RtlZombifyActivationContext(
|
||||
PVOID Context
|
||||
);
|
||||
|
||||
//
|
||||
// WOW64 Functions
|
||||
//
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlWow64EnableFsRedirection(
|
||||
IN BOOLEAN Wow64FsEnableRedirection
|
||||
);
|
||||
|
||||
NTSYSAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
RtlWow64EnableFsRedirectionEx(
|
||||
IN PVOID Wow64FsEnableRedirection,
|
||||
OUT PVOID *OldFsRedirectionLevel
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user