oleview: Replace long with LONG.

This commit is contained in:
Michael Stefaniuc 2010-05-11 21:28:07 +02:00 committed by Alexandre Julliard
parent af84fc4d1b
commit 693ccc2556
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ static void AddPredefinitions(HTREEITEM hFirst, TYPELIB_DATA *pTLData)
}
static void CreateInterfaceInfo(ITypeInfo *pTypeInfo, int cImplTypes, WCHAR *wszName,
WCHAR *wszHelpString, unsigned long ulHelpContext, TYPEATTR *pTypeAttr,
WCHAR *wszHelpString, ULONG ulHelpContext, TYPEATTR *pTypeAttr,
TYPELIB_DATA *pTLData)
{
ITypeInfo *pRefTypeInfo;