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
5e05a7b9
Commit
5e05a7b9
authored
Oct 24, 2008
by
Paul Vriens
Committed by
Alexandre Julliard
Oct 24, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20/tests: Skip some tests on Win9x and WinMe.
parent
bd805297
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
editor.c
dlls/riched20/tests/editor.c
+6
-0
No files found.
dlls/riched20/tests/editor.c
View file @
5e05a7b9
...
...
@@ -5658,9 +5658,15 @@ static void test_word_movement(void)
/* Make sure the behaviour is the same with a unicode richedit window,
* and using unicode functions. */
SetLastError
(
0xdeadbeef
);
hwnd
=
CreateWindowW
(
RICHEDIT_CLASS20W
,
NULL
,
ES_MULTILINE
|
WS_POPUP
|
WS_HSCROLL
|
WS_VSCROLL
|
WS_VISIBLE
,
0
,
0
,
200
,
60
,
NULL
,
NULL
,
hmoduleRichEdit
,
NULL
);
if
(
!
hwnd
&&
GetLastError
()
==
ERROR_CALL_NOT_IMPLEMENTED
)
{
win_skip
(
"Needed unicode functions are not implemented
\n
"
);
return
;
}
/* Test with a custom word break procedure that uses X as the delimiter. */
result
=
SendMessageW
(
hwnd
,
WM_SETTEXT
,
0
,
(
LPARAM
)
textW
);
...
...
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