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
cd4a7c31
Commit
cd4a7c31
authored
Apr 06, 2009
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Apr 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winhlp32: Remove superfluous casts.
parent
f0de1622
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
winhelp.c
programs/winhlp32/winhelp.c
+2
-2
No files found.
programs/winhlp32/winhelp.c
View file @
cd4a7c31
...
...
@@ -353,7 +353,7 @@ static LRESULT WINHELP_HandleCommand(HWND hSrcWnd, LPARAM lParam)
return
0
;
}
wh
=
(
WINHELP
*
)
cds
->
lpData
;
wh
=
cds
->
lpData
;
if
(
wh
)
{
...
...
@@ -1154,7 +1154,7 @@ static LRESULT CALLBACK WINHELP_ShadowWndProc(HWND hWnd, UINT msg, WPARAM wParam
*/
static
void
cb_KWBTree
(
void
*
p
,
void
**
next
,
void
*
cookie
)
{
HWND
hListWnd
=
(
HWND
)
cookie
;
HWND
hListWnd
=
cookie
;
int
count
;
WINE_TRACE
(
"Adding '%s' to search list
\n
"
,
(
char
*
)
p
);
...
...
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