mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[KBM] supress warning (#10983)
This commit is contained in:
@@ -134,7 +134,10 @@ public:
|
||||
else
|
||||
{
|
||||
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