[Build]Fix uninitialized variable error on VS 17.8 (#29860)

This commit is contained in:
Jaime Bernardo
2023-11-15 12:56:52 +00:00
committed by GitHub
parent b57c3f9bf0
commit 4ebc4cbc0d

View File

@@ -53,7 +53,7 @@ private:
//contains the non localized key of the powertoy
std::wstring app_key;
HANDLE m_hProcess;
HANDLE m_hProcess = nullptr;
HANDLE m_hShowEvent;