mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- If MSDN says "BOOLEAN", let it be "BOOLEAN". Fixes build.
svn path=/trunk/; revision=46962
This commit is contained in:
@@ -885,9 +885,9 @@ NlsGetCacheUpdateCount(VOID)
|
||||
return 0;
|
||||
}
|
||||
|
||||
BOOL
|
||||
BOOLEAN
|
||||
WINAPI
|
||||
Wow64EnableWow64FsRedirection (BOOL Wow64EnableWow64FsRedirection)
|
||||
Wow64EnableWow64FsRedirection (BOOLEAN Wow64EnableWow64FsRedirection)
|
||||
{
|
||||
STUB;
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user