steve.lustbader@philips.com writes:
This patch pretty much fixes it. It still isn't quite right, although this probably isn't the same problem. In windows, GetCommandLine returns a string with quotes around it, while in wine, only the sub process command line has quotes around it (ie, in windows the first window displays "MainProc.exe", while the second displays "SubProc.exe", while in wine it's MainProc.exe and "SubProc.exe").
What Windows version are you using? I don't get quotes here on NT 4.
I'm running WinXP, which I guess would explain the difference. I was mostly concerned that Wine displayed them differently. I started MainProc with "wine MainProc.exe".
-Steve