[PATCH 11/17] dlls/scrobj: use correct integral type

Eric Pouech eric.pouech at gmail.com
Wed Feb 2 05:02:39 CST 2022


Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 dlls/scrobj/scrobj.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/scrobj/scrobj.c b/dlls/scrobj/scrobj.c
index 228cfb14904..5537fbb7b88 100644
--- a/dlls/scrobj/scrobj.c
+++ b/dlls/scrobj/scrobj.c
@@ -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");




More information about the wine-devel mailing list