mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[TASKMGR]
- Add missing break that causes stack corruption svn path=/trunk/; revision=66474
This commit is contained in:
parent
714369041b
commit
74900e380b
1 changed files with 1 additions and 0 deletions
|
@ -427,6 +427,7 @@ TaskManagerWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#if 0
|
#if 0
|
||||||
case WM_NCPAINT:
|
case WM_NCPAINT:
|
||||||
hdc = GetDC(hDlg);
|
hdc = GetDC(hDlg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue