Module: wine Branch: master Commit: 693ccc2556981ef276eba7167bcbb161ce328a45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=693ccc2556981ef276eba7167b...
Author: Michael Stefaniuc mstefani@redhat.de Date: Tue May 11 21:28:07 2010 +0200
oleview: Replace long with LONG.
---
programs/oleview/typelib.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c index 6ce96cf..7be31c9 100644 --- a/programs/oleview/typelib.c +++ b/programs/oleview/typelib.c @@ -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;