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
909794a2
Commit
909794a2
authored
Jun 03, 2011
by
Marko Nikolic
Committed by
Alexandre Julliard
Jun 06, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Removed sign comparison warning in rebar tests.
parent
94785ab4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rebar.c
dlls/comctl32/tests/rebar.c
+4
-4
No files found.
dlls/comctl32/tests/rebar.c
View file @
909794a2
...
...
@@ -194,7 +194,7 @@ static int string_width(const CHAR *s) {
typedef
struct
{
RECT
rc
;
DWORD
fStyle
;
INT
cx
;
U
INT
cx
;
}
rbband_result_t
;
typedef
struct
{
...
...
@@ -225,7 +225,7 @@ static void rbsize_add_row(rbsize_result_t *rbsr, int rowHeight) {
rbsr
->
nRows
++
;
}
static
void
rbsize_add_band
(
rbsize_result_t
*
rbsr
,
int
left
,
int
top
,
int
right
,
int
bottom
,
DWORD
fStyle
,
INT
cx
)
static
void
rbsize_add_band
(
rbsize_result_t
*
rbsr
,
int
left
,
int
top
,
int
right
,
int
bottom
,
DWORD
fStyle
,
U
INT
cx
)
{
SetRect
(
&
(
rbsr
->
bands
[
rbsr
->
nBands
].
rc
),
left
,
top
,
right
,
bottom
);
rbsr
->
bands
[
rbsr
->
nBands
].
fStyle
=
fStyle
;
...
...
@@ -810,7 +810,7 @@ static const rbresize_test_result_t resize_results[] = {
{{
-
2
,
0
,
674
,
24
},
0
,
FALSE
},
};
static
int
resize_numtests
=
0
;
static
DWORD
resize_numtests
=
0
;
#define comment(fmt, arg1)
#define check_client() { \
...
...
@@ -894,7 +894,7 @@ static void expect_band_content_(int line, HWND hRebar, UINT uBand, INT fStyle,
COLORREF
clrBack
,
LPCSTR
lpText
,
int
iImage
,
HWND
hwndChild
,
INT
cxMinChild
,
INT
cyMinChild
,
INT
cx
,
HBITMAP
hbmBack
,
INT
wID
,
INT
cyChild
,
INT
cyMaxChild
,
INT
cyIntegral
,
INT
cxIdeal
,
LPARAM
lParam
,
INT
cxHeader
,
INT
cxHeader_broken
)
UINT
cxHeader
,
U
INT
cxHeader_broken
)
{
CHAR
buf
[
MAX_PATH
]
=
"abc"
;
REBARBANDINFOA
rb
;
...
...
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