We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cd626 commit 00a1f22Copy full SHA for 00a1f22
dll/win32/shell32/shlexec.cpp
@@ -2414,7 +2414,7 @@ HRESULT WINAPI ShellExecCmdLine(
2414
}
2415
2416
2417
- if (UrlIsFileUrlW(lpCommand))
+ if (PathIsURLW(lpCommand) || UrlIsW(lpCommand, URLIS_APPLIABLE))
2418
{
2419
StringCchCopyW(szFile, _countof(szFile), lpCommand);
2420
pchParams = NULL;
0 commit comments