[PATCH v4 1/3] mshtml: for res:// URLs, numeric resource type ids don't need a leading '#'
21 Apr
2020
21 Apr
'20
4:48 p.m.
Numeric resource type ids are either specified as the number with MAKEINTRESOURCEW(), or as a string prefixed by '#'. But mshtml's res:// protocol also allows the resource type id to be a numeric string without the '#' prefix. Try 4 uses !*endpoint to check for success in wcstol() instead of endpoint == s+lstrlenW(s). Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- dlls/mshtml/protocol.c | 27 +++++++++++++++++++-------- dlls/mshtml/tests/protocol.c | 7 +++++++ 2 files changed, 26 insertions(+), 8 deletions(-)
2152
Age (days ago)
2152
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic