mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[KBM] supress warning (#10983)
This commit is contained in:
@@ -134,7 +134,10 @@ public:
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_hProcess = sei.hProcess;
|
m_hProcess = sei.hProcess;
|
||||||
SetPriorityClass(m_hProcess, REALTIME_PRIORITY_CLASS);
|
if (m_hProcess)
|
||||||
|
{
|
||||||
|
SetPriorityClass(m_hProcess, REALTIME_PRIORITY_CLASS);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user