[Git][wine/wine][master] 2 commits: shdocvw: Remove ParseURLFromOutsideSource() implementation.
Alexandre Julliard pushed to branch master at wine / wine Commits: fa4a470f by Elizabeth Figura at 2025-02-17T20:31:19+01:00 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. - - - - - 59720e7d by Elizabeth Figura at 2025-02-17T20:31:21+01:00 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. - - - - - 4 changed files: - dlls/shdocvw/shdocvw.spec - dlls/shdocvw/shdocvw_main.c - dlls/shdocvw/tests/Makefile.in - − dlls/shdocvw/tests/shdocvw.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d262884f4f503807fbca3e169558a9... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d262884f4f503807fbca3e169558a9... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)