https://bugs.winehq.org/show_bug.cgi?id=57090
Guillermo Reisch guillere@adinet.com.uy changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |guillere@adinet.com.uy
--- Comment #2 from Guillermo Reisch guillere@adinet.com.uy --- Created attachment 77037 --> https://bugs.winehq.org/attachment.cgi?id=77037 [patch] winevdm: parse GetCommandLineA to create cmdline instead of argv
instead of recreate cmdline using argv[] keep count of parameters in winevdm and strip left parameters of getCommandLineA to create cmdline for win16 program. also rework in parsing parameters to allow future parameters.