[v2 PATCH] ucrtbase: Implement _get_narrow_winmain_command_line/_get_wide_winmain_command_line

Piotr Caban piotr.caban at gmail.com
Wed Jul 27 05:23:26 CDT 2016


On 07/26/16 04:32, Dmitry Timoshkov wrote:
> Once again:
> Where did you get an idea of such an implementation? Is this copied from
> some place or based on some other implementation? Why for instance simple
> 'return GetCommandLineA()' is not enough as an initial implementation?

Probably I'm just stating obvious but the function skips executable name 
from the command line. That's why returning what GetCommandLineA returns 
is incorrect.

Thanks,
Piotr




More information about the wine-devel mailing list