shdocvw: Remove ParseURLFromOutsideSource() implementation.
This was added for native inetcpl, which is not redistributable or generally
valuable.
It's not even present in modern Windows—the export exists, but can't actually be
called, since it forwards to a "shunimpl.dll" which fails to initialize when
loaded.
shdocvw: Remove URLSubRegQueryA() implementation.
This was added for native inetcpl, which is not redistributable or generally
valuable.
It's not even present in modern Windows—the export exists, but can't actually be
called, since it forwards to a "shunimpl.dll" which fails to initialize when
loaded.