mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
Forgotten file.
svn path=/trunk/; revision=54329
This commit is contained in:
parent
945a5972a9
commit
1534ace5ad
1 changed files with 17 additions and 0 deletions
|
@ -3317,6 +3317,23 @@ RtlZombifyActivationContext(
|
||||||
PVOID Context
|
PVOID Context
|
||||||
);
|
);
|
||||||
|
|
||||||
|
//
|
||||||
|
// WOW64 Functions
|
||||||
|
//
|
||||||
|
NTSYSAPI
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
RtlWow64EnableFsRedirection(
|
||||||
|
IN BOOLEAN Wow64FsEnableRedirection
|
||||||
|
);
|
||||||
|
|
||||||
|
NTSYSAPI
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
RtlWow64EnableFsRedirectionEx(
|
||||||
|
IN PVOID Wow64FsEnableRedirection,
|
||||||
|
OUT PVOID *OldFsRedirectionLevel
|
||||||
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue