mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
Avoid warnings.
This commit is contained in:
parent
392195438d
commit
dd8fccfe72
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ typedef struct tagICreateTypeInfo2Impl
|
|||
ICreateTypeInfo2Vtbl *lpVtbl;
|
||||
ITypeInfo2Vtbl *lpVtblTypeInfo2;
|
||||
|
||||
UINT ref;
|
||||
ULONG ref;
|
||||
|
||||
ICreateTypeLib2Impl *typelib;
|
||||
MSFT_TypeInfoBase *typeinfo;
|
||||
|
|
Loading…
Reference in a new issue