http://bugs.winehq.org/show_bug.cgi?id=7663
rmh@aybabtu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #5301 is|0 |1 obsolete| |
------- Additional Comments From rmh@aybabtu.com 2007-17-03 11:53 ------- Created an attachment (id=5411) --> (http://bugs.winehq.org/attachment.cgi?id=5411&action=view) improved version for dlls/kernel32/process.c
I just moved it to dlls/kernel32/process.c,build_command_line() as you requested. This time paths that contain whitespace work fine. I also added logic to detect when we're using a relative path whose canonical form is fully contained in $WINEPREFIX's canonical path (and enable the conversion when that happens).