X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fshell32%2Fshlexec.cpp;h=6b7878d6f281661f717200148ddb0e8e4cb07bfd;hp=09ccfec0a3d55cb6eb0a71802b190db8a31d9a43;hb=c94ca8128d7c93f3d513a9d9ff2f9605c9523c13;hpb=5525c81b2f0663cfabff3773d8099c5f7cdcf3ab;ds=inline diff --git a/dll/win32/shell32/shlexec.cpp b/dll/win32/shell32/shlexec.cpp index 09ccfec0a3d..6b7878d6f28 100644 --- a/dll/win32/shell32/shlexec.cpp +++ b/dll/win32/shell32/shlexec.cpp @@ -2414,7 +2414,7 @@ HRESULT WINAPI ShellExecCmdLine( } } - if (UrlIsFileUrlW(lpCommand)) + if (PathIsURLW(lpCommand) || UrlIsW(lpCommand, URLIS_APPLIABLE)) { StringCchCopyW(szFile, _countof(szFile), lpCommand); pchParams = NULL;