add stub for Wow64EnableWow64FsRedirection
authorChristoph von Wittich <christoph_vw@reactos.org>
Wed, 14 Nov 2007 11:39:32 +0000 (11:39 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Wed, 14 Nov 2007 11:39:32 +0000 (11:39 +0000)
svn path=/trunk/; revision=30436

reactos/dll/win32/kernel32/kernel32.def
reactos/dll/win32/kernel32/misc/stubs.c

index a669183..8add2ea 100644 (file)
@@ -972,6 +972,7 @@ WaitNamedPipeA@8
 WaitNamedPipeW@8
 WideCharToMultiByte@32
 WinExec@8
+Wow64EnableWow64FsRedirection@4
 Wow64DisableWow64FsRedirection@4
 Wow64RevertWow64FsRedirection@4
 WriteConsoleA@20
index 835b24d..1288196 100644 (file)
@@ -1342,6 +1342,14 @@ NlsGetCacheUpdateCount(VOID)
     return 0;
 }
 
+BOOL
+STDCALL
+Wow64EnableWow64FsRedirection (BOOL Wow64EnableWow64FsRedirection)
+{
+    STUB;
+    return FALSE;
+}
+
 BOOL
 STDCALL
 Wow64DisableWow64FsRedirection (VOID ** pv)