msiexec: Use CommandLineToArgvW instead of process_args to reduce code duplication

James Hawkins truiken at gmail.com
Sun Jun 25 20:16:53 CDT 2006


Hi,

This fixes bug 5142.  There was a bug in process_args that was
offsetting the command line arguments by one, so we reduce code size
and get rid of a bug.

Changelog:
* Use CommandLineToArgvW instead of process_args to reduce code duplication.

 programs/msiexec/Makefile.in |    2 -
 programs/msiexec/msiexec.c   |  108 ++----------------------------------------
 2 files changed, 6 insertions(+), 104 deletions(-)

--
James Hawkins
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 70fcb435352bc8c8ee05eeb987dc0a87b989f552.diff
Type: text/x-diff
Size: 3724 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060625/a63a44f9/70fcb435352bc8c8ee05eeb987dc0a87b989f552-0001.diff


More information about the wine-patches mailing list