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
7deaf381
Commit
7deaf381
authored
Sep 05, 2023
by
Esme Povirk
Committed by
Alexandre Julliard
Sep 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Trace run number in test_SendMessage_other_thread.
parent
3610b54b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
msg.c
dlls/user32/tests/msg.c
+4
-0
No files found.
dlls/user32/tests/msg.c
View file @
7deaf381
...
...
@@ -19543,6 +19543,8 @@ static void test_SendMessage_other_thread(int thread_n)
DWORD
tid
,
ret
;
MSG
msg
;
winetest_push_context
(
"thread_%i"
,
thread_n
);
wnd_event
.
start_event
=
CreateEventA
(
NULL
,
0
,
0
,
NULL
);
wnd_event
.
stop_event
=
CreateEventA
(
NULL
,
0
,
0
,
NULL
);
...
...
@@ -19620,6 +19622,8 @@ static void test_SendMessage_other_thread(int thread_n)
flush_events
();
flush_sequence
();
winetest_pop_context
();
CloseHandle
(
wnd_event
.
start_event
);
CloseHandle
(
wnd_event
.
stop_event
);
}
...
...
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