[PATCH 11/27] dlls/msado15/tests: use correct integral type

Eric Pouech eric.pouech at gmail.com
Tue Mar 1 01:33:31 CST 2022


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

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

diff --git a/dlls/msado15/tests/msado15.c b/dlls/msado15/tests/msado15.c
index f5473c72cfb..9ccba929993 100644
--- a/dlls/msado15/tests/msado15.c
+++ b/dlls/msado15/tests/msado15.c
@@ -676,7 +676,7 @@ static void test_Fields(void)
     LONG count;
     ADO_LONGPTR size;
     DataTypeEnum type;
-    FieldAttributeEnum attrs;
+    LONG attrs;
     HRESULT hr;
 
     hr = CoCreateInstance( &CLSID_Recordset, NULL, CLSCTX_INPROC_SERVER, &IID__Recordset, (void **)&recordset );




More information about the wine-devel mailing list