mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-02 15:35:12 +00:00
[Build]Fix uninitialized variable error on VS 17.8 (#29860)
This commit is contained in:
@@ -53,7 +53,7 @@ private:
|
|||||||
//contains the non localized key of the powertoy
|
//contains the non localized key of the powertoy
|
||||||
std::wstring app_key;
|
std::wstring app_key;
|
||||||
|
|
||||||
HANDLE m_hProcess;
|
HANDLE m_hProcess = nullptr;
|
||||||
|
|
||||||
HANDLE m_hShowEvent;
|
HANDLE m_hShowEvent;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user