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
cbd65f1c
Commit
cbd65f1c
authored
Oct 29, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Oct 30, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msxml3/tests: Use BOOL type where appropriate.
parent
86fdca67
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
saxreader.c
dlls/msxml3/tests/saxreader.c
+3
-3
No files found.
dlls/msxml3/tests/saxreader.c
View file @
cbd65f1c
...
...
@@ -101,7 +101,7 @@ static void free_bstrs(void)
alloced_bstrs_count
=
0
;
}
static
void
test_saxstr
(
const
char
*
file
,
unsigned
line
,
BSTR
str
,
const
char
*
expected
,
int
todo
,
int
*
failcount
)
static
void
test_saxstr
(
const
char
*
file
,
unsigned
line
,
BSTR
str
,
const
char
*
expected
,
BOOL
todo
,
int
*
failcount
)
{
int
len
,
lenexp
,
cmp
;
WCHAR
buf
[
1024
];
...
...
@@ -323,7 +323,7 @@ static const char *get_event_name(CH event)
}
static
void
compare_attributes
(
const
struct
call_entry
*
actual
,
const
struct
call_entry
*
expected
,
const
char
*
context
,
int
todo
,
const
char
*
file
,
int
line
,
int
*
failcount
)
BOOL
todo
,
const
char
*
file
,
int
line
,
int
*
failcount
)
{
int
i
,
lenexp
=
0
;
...
...
@@ -359,7 +359,7 @@ static void compare_attributes(const struct call_entry *actual, const struct cal
}
static
void
ok_sequence_
(
struct
call_sequence
**
seq
,
int
sequence_index
,
const
struct
call_entry
*
expected
,
const
char
*
context
,
int
todo
,
const
struct
call_entry
*
expected
,
const
char
*
context
,
BOOL
todo
,
const
char
*
file
,
int
line
)
{
struct
call_sequence
*
call_seq
=
seq
[
sequence_index
];
...
...
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