Forgotten file.

svn path=/trunk/; revision=54329
This commit is contained in:
Alex Ionescu 2011-11-07 01:40:33 +00:00
parent 945a5972a9
commit 1534ace5ad

View file

@ -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