Commit cdc01c75 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

oleview: Win64 'incompatible pointer type' warning fix.

parent a1568206
......@@ -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 \
......
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment