mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
add stub for Wow64EnableWow64FsRedirection
svn path=/trunk/; revision=30436
This commit is contained in:
parent
b0cd70a978
commit
8e3dc7d845
2 changed files with 9 additions and 0 deletions
|
@ -972,6 +972,7 @@ WaitNamedPipeA@8
|
|||
WaitNamedPipeW@8
|
||||
WideCharToMultiByte@32
|
||||
WinExec@8
|
||||
Wow64EnableWow64FsRedirection@4
|
||||
Wow64DisableWow64FsRedirection@4
|
||||
Wow64RevertWow64FsRedirection@4
|
||||
WriteConsoleA@20
|
||||
|
|
|
@ -1342,6 +1342,14 @@ NlsGetCacheUpdateCount(VOID)
|
|||
return 0;
|
||||
}
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
Wow64EnableWow64FsRedirection (BOOL Wow64EnableWow64FsRedirection)
|
||||
{
|
||||
STUB;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
Wow64DisableWow64FsRedirection (VOID ** pv)
|
||||
|
|
Loading…
Reference in a new issue