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
82f6b6ff
Commit
82f6b6ff
authored
Dec 13, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 15, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20/tests: Make keep_responsive() and customWordBreakProc() static.
parent
8c8c0f71
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
editor.c
dlls/riched20/tests/editor.c
+2
-2
No files found.
dlls/riched20/tests/editor.c
View file @
82f6b6ff
...
...
@@ -59,7 +59,7 @@ static HWND new_richedit(HWND parent) {
/* Keeps the window reponsive for the deley_time in seconds.
* This is useful for debugging a test to see what is happening. */
void
keep_responsive
(
time_t
delay_time
)
static
void
keep_responsive
(
time_t
delay_time
)
{
MSG
msg
;
time_t
end
;
...
...
@@ -5542,7 +5542,7 @@ static void test_undo_coalescing(void)
DestroyWindow
(
hwnd
);
}
LONG
CALLBACK
customWordBreakProc
(
WCHAR
*
text
,
int
pos
,
int
bytes
,
int
code
)
static
LONG
CALLBACK
customWordBreakProc
(
WCHAR
*
text
,
int
pos
,
int
bytes
,
int
code
)
{
int
length
;
...
...
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