oleview: Win64 'incompatible pointer type' warning fix.

This commit is contained in:
Michael Stefaniuc 2006-10-02 23:22:01 +02:00 committed by Alexandre Julliard
parent a156820609
commit cdc01c753e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ MODULE = oleview.exe
APPMODE = -mwindows -municode
IMPORTS = comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
EXTRALIBS = -luuid
EXTRADEFS = -DUNICODE -DWINE_NO_LONG_AS_INT
EXTRADEFS = -DUNICODE
C_SRCS = \
details.c \

View File

@ -867,7 +867,7 @@ int PopulateTree(void)
HREFTYPE hRefType;
TYPEATTR *pTypeAttr;
INT count, i;
unsigned long ulHelpContext;
ULONG ulHelpContext;
BSTR bstrName;
BSTR bstrData;
WCHAR wszText[MAX_LOAD_STRING];