[SHELL32]: Code formatting only.

svn path=/trunk/; revision=72731
This commit is contained in:
Hermès Bélusca-Maïto 2016-09-18 19:36:05 +00:00
parent d0228d56b4
commit c7afe8dea0

View file

@ -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)
{ {