[PATCH v5 2/2] mshtml: if unspecified, the res:// protocol also searches for resource type id 2110 (RT_FILE)
23 Apr
2020
23 Apr
'20
5:44 p.m.
If the resource type id isn't specified in the res:// URL, mshtml searches for both RT_HTML and RT_FILE ids. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47999 Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/mshtml/protocol.c | 19 ++++++++++++-- dlls/mshtml/tests/protocol.c | 49 ++++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/rsrc.rc | 3 +++ 3 files changed, 69 insertions(+), 2 deletions(-)
2150
Age (days ago)
2150
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic