mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[TASKMGR] Prevent context menu on idle process (#4889)
In Win2K3, there is no context menu on the System Idle Process. CORE-18640
This commit is contained in:
@@ -400,6 +400,9 @@ void ProcessPageShowContextMenu(DWORD dwProcessId)
|
||||
DWORD dwDebuggerSize;
|
||||
HKEY hKey;
|
||||
|
||||
if (dwProcessId == 0)
|
||||
return;
|
||||
|
||||
memset(&si, 0, sizeof(SYSTEM_INFO));
|
||||
|
||||
GetCursorPos(&pt);
|
||||
|
||||
Reference in New Issue
Block a user