mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 02:43:22 +00:00
Sync with trunk r63637.
svn path=/branches/shell-experiments/; revision=63640
This commit is contained in:
commit
73d72624b0
410 changed files with 4745 additions and 12328 deletions
|
@ -172,6 +172,12 @@ int APIENTRY wWinMain(HINSTANCE hInstance,
|
|||
return -1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Set our shutdown parameters: we want to shutdown the very last,
|
||||
* without displaying any end task dialog if needed.
|
||||
*/
|
||||
SetProcessShutdownParameters(1, SHUTDOWN_NORETRY);
|
||||
|
||||
DialogBoxW(hInst, (LPCWSTR)IDD_TASKMGR_DIALOG, NULL, TaskManagerWndProc);
|
||||
|
||||
/* Save our settings to the registry */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue