- If MSDN says "BOOLEAN", let it be "BOOLEAN". Fixes build.

svn path=/trunk/; revision=46962
This commit is contained in:
Aleksey Bragin
2010-04-20 18:55:05 +00:00
parent b88a39e105
commit 1aa7aa1be5
+2 -2
View File
@@ -885,9 +885,9 @@ NlsGetCacheUpdateCount(VOID)
return 0;
}
BOOL
BOOLEAN
WINAPI
Wow64EnableWow64FsRedirection (BOOL Wow64EnableWow64FsRedirection)
Wow64EnableWow64FsRedirection (BOOLEAN Wow64EnableWow64FsRedirection)
{
STUB;
return FALSE;