ep_dwm: Renamed ep_dwm.exe to ep_dwm_svc.exe
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user