scrobj: Use correct integral type.

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Eric Pouech 2022-02-02 12:02:39 +01:00 committed by Alexandre Julliard
parent 63a643f7f4
commit 6483bf162f

View file

@ -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");