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
c398f8ce
Commit
c398f8ce
authored
Oct 30, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Oct 31, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Use BOOL type where appropriate.
parent
eafb3d8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
msg.h
dlls/shell32/tests/msg.h
+1
-1
progman_dde.c
dlls/shell32/tests/progman_dde.c
+3
-3
No files found.
dlls/shell32/tests/msg.h
View file @
c398f8ce
...
...
@@ -106,7 +106,7 @@ static void flush_sequences(struct msg_sequence **seq, int n)
}
static
void
ok_sequence_
(
struct
msg_sequence
**
seq
,
int
sequence_index
,
const
struct
message
*
expected
,
const
char
*
context
,
int
todo
,
const
struct
message
*
expected
,
const
char
*
context
,
BOOL
todo
,
const
char
*
file
,
int
line
)
{
struct
msg_sequence
*
msg_seq
=
seq
[
sequence_index
];
...
...
dlls/shell32/tests/progman_dde.c
View file @
c398f8ce
...
...
@@ -363,7 +363,7 @@ static void DdeExecuteCommand(DWORD instance, HCONV hConv, const char *strCmd, H
* window creation happened were not encouraging (not including
* SetWindowsHookEx).
*/
static
void
CheckWindowCreated
(
const
char
*
winName
,
int
closeWindow
,
int
testParams
)
static
void
CheckWindowCreated
(
const
char
*
winName
,
BOOL
closeWindow
,
int
testParams
)
{
HWND
window
=
NULL
;
int
i
;
...
...
@@ -387,7 +387,7 @@ static void CheckWindowCreated(const char *winName, int closeWindow, int testPar
/* Check for Existence (or non-existence) of a file or group
* When testing for existence of a group, groupName is not needed
*/
static
void
CheckFileExistsInProgramGroups
(
const
char
*
nameToCheck
,
int
shouldExist
,
int
isGroup
,
static
void
CheckFileExistsInProgramGroups
(
const
char
*
nameToCheck
,
BOOL
shouldExist
,
BOOL
isGroup
,
const
char
*
groupName
,
int
testParams
)
{
char
path
[
MAX_PATH
];
...
...
@@ -469,7 +469,7 @@ static void CreateGroupTest(DWORD instance, HCONV hConv, const char *command, UI
* 1. window is open
*/
static
void
ShowGroupTest
(
DWORD
instance
,
HCONV
hConv
,
const
char
*
command
,
UINT
expected_result
,
const
char
*
groupName
,
const
char
*
windowTitle
,
int
closeAfterShowing
,
int
testParams
)
const
char
*
groupName
,
const
char
*
windowTitle
,
BOOL
closeAfterShowing
,
int
testParams
)
{
HDDEDATA
hData
;
UINT
error
;
...
...
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