mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[MSGINA]
- Report errors in StartupWindowThread as they are critical (the caller will wait infinitely). svn path=/trunk/; revision=63050
This commit is contained in:
@@ -73,12 +73,14 @@ StartupWindowThread(LPVOID lpParam)
|
||||
FALSE,
|
||||
DUPLICATE_SAME_ACCESS))
|
||||
{
|
||||
ERR("Duplicating handle failed!\n");
|
||||
HeapFree(GetProcessHeap(), 0, lpParam);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if(!SetThreadDesktop(hDesk))
|
||||
{
|
||||
ERR("Setting thread desktop failed!\n");
|
||||
HeapFree(GetProcessHeap(), 0, lpParam);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user