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
83cb24f9
Commit
83cb24f9
authored
May 28, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix some pointer conversion warnings on 64-bit.
parent
fb640601
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
menu.c
dlls/user32/tests/menu.c
+2
-2
No files found.
dlls/user32/tests/menu.c
View file @
83cb24f9
...
...
@@ -571,7 +571,7 @@ static void test_mbs_help( int ispop, int hassub, int mnuopt,
4
+
(
mnuopt
!=
1
?
GetSystemMetrics
(
SM_CXMENUCHECK
)
:
0
)
:
0
)
+
arrowwidth
+
MOD_avec
+
(
hbmp
?
((
int
)
hbmp
<
0
||
(
int
)
hbmp
>
12
?
bmpsize
.
cx
+
2
:
GetSystemMetrics
(
SM_CXMENUSIZE
)
+
2
)
((
INT_PTR
)
hbmp
<
0
||
(
INT_PTR
)
hbmp
>
12
?
bmpsize
.
cx
+
2
:
GetSystemMetrics
(
SM_CXMENUSIZE
)
+
2
)
:
0
)
+
(
text
&&
hastab
?
/* TAB space */
MOD_avec
+
(
hastab
==
2
?
sc_size
.
cx
:
0
)
:
0
)
+
...
...
@@ -588,7 +588,7 @@ static void test_mbs_help( int ispop, int hassub, int mnuopt,
expect
=
max
(
(
!
(
text
||
hbmp
)
?
GetSystemMetrics
(
SM_CYMENUSIZE
)
/
2
:
0
),
max
(
(
text
?
max
(
2
+
size
.
cy
,
MOD_hic
+
4
)
:
0
),
(
hbmp
?
((
int
)
hbmp
<
0
||
(
int
)
hbmp
>
12
?
((
INT_PTR
)
hbmp
<
0
||
(
INT_PTR
)
hbmp
>
12
?
bmpsize
.
cy
+
2
:
GetSystemMetrics
(
SM_CYMENUSIZE
)
+
2
)
:
0
)));
...
...
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