[PATCH 15/20] dlls/oleacc/tests: use correct integral type

Eric Pouech eric.pouech at gmail.com
Wed Mar 2 02:04:28 CST 2022


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

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

diff --git a/dlls/oleacc/tests/main.c b/dlls/oleacc/tests/main.c
index 6b0000e5f56..379611e17d8 100644
--- a/dlls/oleacc/tests/main.c
+++ b/dlls/oleacc/tests/main.c
@@ -538,7 +538,7 @@ static void test_GetStateText(void)
     ok(!ret, "31) GetStateText succeeded: %d\n", ret);
 }
 
-static int Object_ref = 1;
+static LONG Object_ref = 1;
 static HRESULT WINAPI Object_QueryInterface(IUnknown *iface, REFIID riid, void **ppv)
 {
     if(IsEqualIID(riid, &IID_IUnknown)) {




More information about the wine-devel mailing list