ChangeSet ID: 11706
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/03/25 20:29:12
Modified files:
dlls/shell32 : shlexec.c shelllink.c shell32_main.h
Log message:
Martin Fuchs <martin-fuchs(a)gmx.net>
- 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(a)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.
Patch: http://cvs.winehq.org/patch.py?id=11706
Old revision New revision Changes Path
1.35 1.36 +100 -48 wine/dlls/shell32/shlexec.c
1.63 1.64 +15 -9 wine/dlls/shell32/shelllink.c
1.83 1.84 +3 -0 wine/dlls/shell32/shell32_main.h