Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
330261b9
Commit
330261b9
authored
Feb 24, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Use correct integral type.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
58d40372
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pager.c
dlls/comctl32/tests/pager.c
+1
-1
rebar.c
dlls/comctl32/tests/rebar.c
+1
-1
No files found.
dlls/comctl32/tests/pager.c
View file @
330261b9
...
...
@@ -1210,7 +1210,7 @@ static void test_wm_notify(void)
DONT_CONVERT_SEND
|
DONT_CONVERT_RECEIVE
},
{
&
nmtbr
,
sizeof
(
nmtbr
),
NULL
,
0
,
(
WCHAR
**
)
&
nmtbr
.
tbButton
.
iString
,
NULL
,
TBN_RESTORE
,
TBN_RESTORE
,
DONT_CONVERT_SEND
|
DONT_CONVERT_RECEIVE
},
{
&
nmtbdi
,
sizeof
(
nmtbdi
),
&
nmtbdi
.
dwMask
,
TBNF_TEXT
,
&
nmtbdi
.
pszText
,
&
nmtbdi
.
cchText
,
TBN_GETDISPINFOW
,
{
&
nmtbdi
,
sizeof
(
nmtbdi
),
(
UINT
*
)
&
nmtbdi
.
dwMask
,
TBNF_TEXT
,
&
nmtbdi
.
pszText
,
&
nmtbdi
.
cchText
,
TBN_GETDISPINFOW
,
TBN_GETDISPINFOW
,
DONT_CONVERT_SEND
|
DONT_CONVERT_RECEIVE
},
{
&
nmtb
,
sizeof
(
nmtb
),
NULL
,
0
,
&
nmtb
.
pszText
,
&
nmtb
.
cchText
,
TBN_GETBUTTONINFOW
,
TBN_GETBUTTONINFOA
,
SEND_EMPTY_IF_NULL
|
CONVERT_SEND
|
CONVERT_RECEIVE
},
...
...
dlls/comctl32/tests/rebar.c
View file @
330261b9
...
...
@@ -195,7 +195,7 @@ static int string_width(const CHAR *s) {
typedef
struct
{
RECT
rc
;
DWORD
fStyle
;
UINT
fStyle
;
UINT
cx
;
}
rbband_result_t
;
...
...
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