mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 12:46:47 +02:00
[KBM] supress warning (#10983)
This commit is contained in:
@@ -134,9 +134,12 @@ public:
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_hProcess = sei.hProcess;
|
m_hProcess = sei.hProcess;
|
||||||
|
if (m_hProcess)
|
||||||
|
{
|
||||||
SetPriorityClass(m_hProcess, REALTIME_PRIORITY_CLASS);
|
SetPriorityClass(m_hProcess, REALTIME_PRIORITY_CLASS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Disable the powertoy
|
// Disable the powertoy
|
||||||
virtual void disable()
|
virtual void disable()
|
||||||
|
|||||||
Reference in New Issue
Block a user