From dd8fccfe72f5b79400e61e13ea8eb011fdb849a2 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 9 Jan 2005 18:01:49 +0000 Subject: [PATCH] Avoid warnings. --- dlls/oleaut32/typelib2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/oleaut32/typelib2.c b/dlls/oleaut32/typelib2.c index a51423f4c4..a7175824dd 100644 --- a/dlls/oleaut32/typelib2.c +++ b/dlls/oleaut32/typelib2.c @@ -174,7 +174,7 @@ typedef struct tagICreateTypeInfo2Impl ICreateTypeInfo2Vtbl *lpVtbl; ITypeInfo2Vtbl *lpVtblTypeInfo2; - UINT ref; + ULONG ref; ICreateTypeLib2Impl *typelib; MSFT_TypeInfoBase *typeinfo; -- 2.32.0.93.g670b81a890