[PATCH 24/31] dlls/dwrite/tests: use correct integral type

Eric Pouech eric.pouech at gmail.com
Thu Feb 24 04:29:02 CST 2022


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

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

diff --git a/dlls/dwrite/tests/layout.c b/dlls/dwrite/tests/layout.c
index 95166376ac7..4b2477892fd 100644
--- a/dlls/dwrite/tests/layout.c
+++ b/dlls/dwrite/tests/layout.c
@@ -5717,7 +5717,7 @@ static void test_tab_stops(void)
     IDWriteFactory *factory;
     DWRITE_TEXT_RANGE range;
     FLOAT tabstop, size;
-    ULONG count;
+    UINT count;
     HRESULT hr;
 
     factory = create_factory();




More information about the wine-devel mailing list