mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
add stub for Wow64EnableWow64FsRedirection
svn path=/trunk/; revision=30436
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user