[PATCH v3 4/5] ieframe: Parse multiple command-line arguments.

Jacek Caban jacek at codeweavers.com
Tue Aug 15 10:32:28 CDT 2017


Hi Zebediah,

On 10.08.2017 20:52, Zebediah Figura wrote:
> +        if (!strncmpiW(cmdline, embeddingW, length))
> +            embedding = TRUE;
> +        else if (!strncmpiW(cmdline, nohomeW, length))
> +            nohome = TRUE;
> +        else if (*cmdline == '-')
> +            FIXME("ignoring unknown option %s\n", debugstr_wn(cmdline, length));


It's probably not very important, but with native IE unknown options
seem to be treated as URLs (iexplore.exe -test tries to open "-test" URL).


Thanks,

Jacek




More information about the wine-devel mailing list