Commit 5d578b48 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mshtml: RT_HTML is already an INTRESOURCE (PVS-Studio).

parent 075fe10b
...@@ -643,7 +643,7 @@ static HRESULT WINAPI ResProtocol_Start(IInternetProtocol *iface, LPCWSTR szUrl, ...@@ -643,7 +643,7 @@ static HRESULT WINAPI ResProtocol_Start(IInternetProtocol *iface, LPCWSTR szUrl,
*url_file++ = 0; *url_file++ = 0;
}else { }else {
url_file = res_type; url_file = res_type;
res_type = MAKEINTRESOURCEW(RT_HTML); res_type = (LPWSTR)RT_HTML;
} }
/* Ignore query and hash parts. */ /* Ignore query and hash parts. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment