Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
cdc01c75
Commit
cdc01c75
authored
Oct 02, 2006
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Oct 03, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleview: Win64 'incompatible pointer type' warning fix.
parent
a1568206
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.in
programs/oleview/Makefile.in
+1
-1
typelib.c
programs/oleview/typelib.c
+1
-1
No files found.
programs/oleview/Makefile.in
View file @
cdc01c75
...
...
@@ -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
\
...
...
programs/oleview/typelib.c
View file @
cdc01c75
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment