shell32: Remove a bad comment.
This commit is contained in:
parent
e580a91f39
commit
52da1b169a
|
@ -632,11 +632,7 @@ UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
|
||||||
* attached */
|
* attached */
|
||||||
TRACE("found %s\n", debugstr_w(lpResult));
|
TRACE("found %s\n", debugstr_w(lpResult));
|
||||||
return 33;
|
return 33;
|
||||||
|
/* Greater than 32 to indicate success */
|
||||||
/* Greater than 32 to indicate success FIXME According to the
|
|
||||||
* docs, I should be returning a handle for the
|
|
||||||
* executable. Does this mean I'm supposed to open the
|
|
||||||
* executable file or something? More RTFM, I guess... */
|
|
||||||
}
|
}
|
||||||
tok = p;
|
tok = p;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue