mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[explorer]
- Return 1 when explorer terminates. This value lets winlogon know that explorer terminated without errors and it doesn't need to restart svn path=/trunk/; revision=51499
This commit is contained in:
parent
8a518bb78d
commit
b68a7983f1
1 changed files with 3 additions and 1 deletions
|
@ -968,7 +968,9 @@ int explorer_main(HINSTANCE hInstance, LPTSTR lpCmdLine, int cmdShow)
|
|||
}
|
||||
#endif
|
||||
|
||||
return Window::MessageLoop();
|
||||
Window::MessageLoop();
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue