oleview: Replace long with LONG.

Michael Stefaniuc mstefani at redhat.de
Tue May 11 14:28:07 CDT 2010


---
 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;
-- 
1.7.1



More information about the wine-patches mailing list