Commit 79d1c696 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

oleacc/tests: Use correct integral type.

parent a7421744
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment