- Fix handling of %2, %3, ... and lower case format characters in
commit906be1dcb01c4ec06d26b16b207588443dceadef
authorMartin Fuchs <martin-fuchs@gmx.net>
Fri, 26 Mar 2004 02:29:12 +0000 (26 02:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 26 Mar 2004 02:29:12 +0000 (26 02:29 +0000)
tree106914722b4e77e6ed5900ee361aa0c8cc1e3eef
parentf38a07b205dda9edf6ccbdd54f34a4cc9323d0fa
- Fix handling of %2, %3, ... and lower case format characters in
  SHELL_ArgifyW().
- Move "%I" expansion from ShellExecuteEx() into common function
  SHELL_ArgifyW().
- Pass buffer length to SHELL_FindExecutable().
- FIXME comment for len paramater in SHELL_ArgifyW().

Ge van Geldorp <ge@gse.nl>
- Add double quotation marks unless we already have them (e.g.: "%1"
  %* for exefile).
- Remove unnecessary double quotation marks and command line arguments.
dlls/shell32/shell32_main.h
dlls/shell32/shelllink.c
dlls/shell32/shlexec.c