Commit 6483bf16 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

scrobj: Use correct integral type.

parent 63a643f7
......@@ -1598,7 +1598,7 @@ static HRESULT parse_scriptlet_script(struct scriptlet_factory *factory, struct
XmlNodeType node_type;
size_t buf_size, size;
WCHAR *new_body;
DWORD read;
UINT read;
HRESULT hres;
TRACE("\n");
......
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