oleview: Win64 'incompatible pointer type' warning fix.
This commit is contained in:
parent
a156820609
commit
cdc01c753e
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue