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
ce5bb8b9
Commit
ce5bb8b9
authored
May 15, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Make flush_sequence() static.
parent
6218238c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
msg.c
dlls/comctl32/tests/msg.c
+1
-1
msg.h
dlls/comctl32/tests/msg.h
+0
-1
No files found.
dlls/comctl32/tests/msg.c
View file @
ce5bb8b9
...
...
@@ -51,7 +51,7 @@ void add_message(struct msg_sequence **seq, int sequence_index,
msg_seq
->
count
++
;
}
void
flush_sequence
(
struct
msg_sequence
**
seg
,
int
sequence_index
)
static
void
flush_sequence
(
struct
msg_sequence
**
seg
,
int
sequence_index
)
{
struct
msg_sequence
*
msg_seq
=
seg
[
sequence_index
];
HeapFree
(
GetProcessHeap
(),
0
,
msg_seq
->
sequence
);
...
...
dlls/comctl32/tests/msg.h
View file @
ce5bb8b9
...
...
@@ -60,7 +60,6 @@ struct msg_sequence
void
add_message
(
struct
msg_sequence
**
seq
,
int
sequence_index
,
const
struct
message
*
msg
);
void
flush_sequence
(
struct
msg_sequence
**
seg
,
int
sequence_index
);
void
flush_sequences
(
struct
msg_sequence
**
seq
,
int
n
);
#define ok_sequence(seq, index, exp, contx, todo) \
...
...
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