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
c6e25b54
Commit
c6e25b54
authored
Nov 10, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
Nov 10, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Add missing void to parameter list.
parent
6ea5a664
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
editor.c
dlls/riched20/tests/editor.c
+3
-3
No files found.
dlls/riched20/tests/editor.c
View file @
c6e25b54
...
...
@@ -875,7 +875,7 @@ static void test_EM_SETUNDOLIMIT(void)
DestroyWindow
(
hwndRichEdit
);
}
static
void
test_ES_PASSWORD
()
static
void
test_ES_PASSWORD
(
void
)
{
/* This isn't hugely testable, so we're just going to run it through it's paces. */
...
...
@@ -901,7 +901,7 @@ static void test_ES_PASSWORD()
DestroyWindow
(
hwndRichEdit
);
}
static
void
test_EM_SETTEXTEX
()
static
void
test_EM_SETTEXTEX
(
void
)
{
HWND
hwndRichEdit
=
new_richedit
(
NULL
);
SETTEXTEX
setText
;
...
...
@@ -1064,7 +1064,7 @@ static void test_EM_GETLIMITTEXT(void)
DestroyWindow
(
hwndRichEdit
);
}
static
void
test_WM_SETFONT
()
static
void
test_WM_SETFONT
(
void
)
{
/* There is no invalid input or error conditions for this function.
* NULL wParam and lParam just fall back to their default values
...
...
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