Re: [PATCH v3 4/5] ieframe: Parse multiple command-line arguments.
15 Aug
2017
15 Aug
'17
4:32 p.m.
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
3131
Age (days ago)
3131
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban