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 ...@@ -6,7 +6,7 @@ MODULE = oleview.exe
APPMODE = -mwindows -municode APPMODE = -mwindows -municode
IMPORTS = comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32 IMPORTS = comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 kernel32
EXTRALIBS = -luuid EXTRALIBS = -luuid
EXTRADEFS = -DUNICODE -DWINE_NO_LONG_AS_INT EXTRADEFS = -DUNICODE
C_SRCS = \ C_SRCS = \
details.c \ details.c \
......
...@@ -867,7 +867,7 @@ int PopulateTree(void) ...@@ -867,7 +867,7 @@ int PopulateTree(void)
HREFTYPE hRefType; HREFTYPE hRefType;
TYPEATTR *pTypeAttr; TYPEATTR *pTypeAttr;
INT count, i; INT count, i;
unsigned long ulHelpContext; ULONG ulHelpContext;
BSTR bstrName; BSTR bstrName;
BSTR bstrData; BSTR bstrData;
WCHAR wszText[MAX_LOAD_STRING]; 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