Eric Pouech : msado15/tests: Use correct integral type.

Alexandre Julliard julliard at winehq.org
Tue Mar 1 15:45:32 CST 2022


Module: wine
Branch: master
Commit: 1a4ff1e8237db2d2ecd6a56eceed20d90f2e7409
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1a4ff1e8237db2d2ecd6a56eceed20d90f2e7409

Author: Eric Pouech <eric.pouech at gmail.com>
Date:   Tue Mar  1 08:33:31 2022 +0100

msado15/tests: Use correct integral type.

Signed-off-by: Eric Pouech <eric.pouech at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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-cvs mailing list