add stub for Wow64EnableWow64FsRedirection

svn path=/trunk/; revision=30436
This commit is contained in:
Christoph von Wittich 2007-11-14 11:39:32 +00:00
parent b0cd70a978
commit 8e3dc7d845
2 changed files with 9 additions and 0 deletions

View file

@ -972,6 +972,7 @@ WaitNamedPipeA@8
WaitNamedPipeW@8
WideCharToMultiByte@32
WinExec@8
Wow64EnableWow64FsRedirection@4
Wow64DisableWow64FsRedirection@4
Wow64RevertWow64FsRedirection@4
WriteConsoleA@20

View file

@ -1342,6 +1342,14 @@ NlsGetCacheUpdateCount(VOID)
return 0;
}
BOOL
STDCALL
Wow64EnableWow64FsRedirection (BOOL Wow64EnableWow64FsRedirection)
{
STUB;
return FALSE;
}
BOOL
STDCALL
Wow64DisableWow64FsRedirection (VOID ** pv)