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
6ba0d27e
Commit
6ba0d27e
authored
Apr 13, 2004
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a test for GW_HWNDLAST.
parent
38deeb4f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
win.c
dlls/user/tests/win.c
+1
-0
No files found.
dlls/user/tests/win.c
View file @
6ba0d27e
...
@@ -1244,6 +1244,7 @@ static void test_window_tree(HWND parent, const DWORD *style, const int *order,
...
@@ -1244,6 +1244,7 @@ static void test_window_tree(HWND parent, const DWORD *style, const int *order,
hwnd
=
GetWindow
(
parent
,
GW_CHILD
);
hwnd
=
GetWindow
(
parent
,
GW_CHILD
);
ok
(
hwnd
!=
0
,
"GetWindow(GW_CHILD) failed
\n
"
);
ok
(
hwnd
!=
0
,
"GetWindow(GW_CHILD) failed
\n
"
);
ok
(
hwnd
==
GetWindow
(
child
[
total
-
1
],
GW_HWNDFIRST
),
"GW_HWNDFIRST is wrong
\n
"
);
ok
(
hwnd
==
GetWindow
(
child
[
total
-
1
],
GW_HWNDFIRST
),
"GW_HWNDFIRST is wrong
\n
"
);
ok
(
child
[
order
[
total
-
1
]]
==
GetWindow
(
child
[
0
],
GW_HWNDLAST
),
"GW_HWNDLAST is wrong
\n
"
);
for
(
i
=
0
;
i
<
total
;
i
++
)
for
(
i
=
0
;
i
<
total
;
i
++
)
{
{
...
...
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