mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[FileLocksmith]Move hanging operations to a distinct thread (#22806)
This commit is contained in:
@@ -27,7 +27,7 @@ private:
|
||||
public:
|
||||
struct ProcessInfo
|
||||
{
|
||||
DWORD pid;
|
||||
DWORD pid = 0;
|
||||
std::wstring name;
|
||||
std::wstring user;
|
||||
std::vector<std::wstring> modules;
|
||||
|
||||
Reference in New Issue
Block a user