mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
b0a25f59d9
* Restart explorer.exe programatically after successful update * Move RestartManager related code into common * Add newline at the end of files * Note that explorer.exe should not be localized string
6 lines
87 B
C++
6 lines
87 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void RestartProcess(const std::wstring& processName);
|