10 Apr
2020
10 Apr
'20
11:30 a.m.
Try 2 adds tests. On https://docs.microsoft.com/en-us/previous-versions//aa767740(v=vs.85) they only mention resource types RT_HTML and the completely undocumented RT_FILE, so by a process of elimination, the 2110 magic number is probably RT_FILE. 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 | 5 ++++ dlls/mshtml/tests/image.gif | Bin 0 -> 1144 bytes dlls/mshtml/tests/protocol.c | 55 +++++++++++++++++++++++++++++++++-- dlls/mshtml/tests/rsrc.rc | 12 ++++++++ 4 files changed, 69 insertions(+), 3 deletions(-) create mode 100644 dlls/mshtml/tests/image.gif