shell32: Remove a bad comment.

oldstable
Juan Lang 2007-11-16 14:11:49 -08:00 committed by Alexandre Julliard
parent e580a91f39
commit 52da1b169a
1 changed files with 1 additions and 5 deletions

View File

@ -632,11 +632,7 @@ UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
* attached */
TRACE("found %s\n", debugstr_w(lpResult));
return 33;
/* 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... */
/* Greater than 32 to indicate success */
}
tok = p;
}