sync with trunk r46493

svn path=/branches/reactos-yarotows/; revision=46494
This commit is contained in:
Jérôme Gardou 2010-03-27 20:19:56 +00:00
commit b6edb50eb1
332 changed files with 14268 additions and 9807 deletions

View file

@ -244,7 +244,7 @@ static BOOL IsConsoleProcess(HANDLE Process)
return TRUE;
}
return IMAGE_SUBSYSTEM_WINDOWS_CUI == ProcessPeb.ImageSubSystem;
return IMAGE_SUBSYSTEM_WINDOWS_CUI == ProcessPeb.ImageSubsystem;
}