From 53526959e98290fa556ad91e46bbe6b70d0a0336 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 10 Jan 2005 12:31:06 +0000 Subject: [PATCH] Another warning fix. --- 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 a7175824dd..7c7ecb4acf 100644 --- a/dlls/oleaut32/typelib2.c +++ b/dlls/oleaut32/typelib2.c @@ -148,7 +148,7 @@ typedef struct tagICreateTypeLib2Impl ICreateTypeLib2Vtbl *lpVtbl; ITypeLib2Vtbl *lpVtblTypeLib2; - UINT ref; + ULONG ref; WCHAR *filename;