ep_dwm: Renamed ep_dwm.exe to ep_dwm_svc.exe

This commit is contained in:
Amrsatrio
2025-03-21 02:37:28 +07:00
parent 0e55f304c4
commit 115b462f96
6 changed files with 19 additions and 54 deletions
+2 -2
View File
@@ -752,8 +752,8 @@ BOOL IsUpdateAvailableHelper(
}
}
SHELLEXECUTEINFO ShExecInfo = { 0 };
ShExecInfo.cbSize = sizeof(SHELLEXECUTEINFO);
SHELLEXECUTEINFOW ShExecInfo = { 0 };
ShExecInfo.cbSize = sizeof(ShExecInfo);
ShExecInfo.fMask = SEE_MASK_NOCLOSEPROCESS;
ShExecInfo.hwnd = nullptr;
ShExecInfo.lpVerb = bIsUsingEpMake ? L"open" : L"runas";