mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[SHELL32]: Code formatting only.
svn path=/trunk/; revision=72731
This commit is contained in:
parent
d0228d56b4
commit
c7afe8dea0
1 changed files with 5 additions and 4 deletions
|
@ -914,10 +914,11 @@ INT_PTR CALLBACK LogOffDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
|
||||||
{
|
{
|
||||||
case IDOK:
|
case IDOK:
|
||||||
ExitWindowsEx(EWX_LOGOFF, 0);
|
ExitWindowsEx(EWX_LOGOFF, 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case IDCANCEL:
|
case IDCANCEL:
|
||||||
EndDialog(hwnd, IDCANCEL);
|
EndDialog(hwnd, IDCANCEL);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -956,8 +957,8 @@ int WINAPI RestartDialog(HWND hWndOwner, LPCWSTR lpstrReason, DWORD uFlags)
|
||||||
* ExitWindowsDialog_backup
|
* ExitWindowsDialog_backup
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* used as a backup solution to shutdown the OS in case msgina.dll somehow
|
* Used as a backup solution to shutdown the OS in case msgina.dll
|
||||||
* cannot be found.
|
* somehow cannot be found.
|
||||||
*/
|
*/
|
||||||
VOID ExitWindowsDialog_backup(HWND hWndOwner)
|
VOID ExitWindowsDialog_backup(HWND hWndOwner)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue