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