I have an app that starts 2 other processes using CreateProcess. When one of these new proceses calls GetCommandLine, an empty string is returned (the correct string is returned for the original process). I tried looking into it, but I think this part of Wine is a little over my head. Any thoughts/fixes for this, anyone?
-Steve