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
647ecec4
Commit
647ecec4
authored
Jun 02, 2016
by
Andrey Gusev
Committed by
Alexandre Julliard
Jun 03, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fix a typo in ok() messages.
Signed-off-by:
Andrey Gusev
<
andrey.goosev@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2f5d04aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msg.c
dlls/user32/tests/msg.c
+2
-2
No files found.
dlls/user32/tests/msg.c
View file @
647ecec4
...
...
@@ -7457,7 +7457,7 @@ static void test_interthread_messages(void)
handle
=
(
void
*
)
0xdeadbeef
;
ret
=
pGetCurrentActCtx
(
&
handle
);
ok
(
ret
,
"GetCurentActCtx failed: %u
\n
"
,
GetLastError
());
ok
(
ret
,
"GetCur
r
entActCtx failed: %u
\n
"
,
GetLastError
());
ok
(
handle
==
0
,
"active context %p
\n
"
,
handle
);
wnd_event
.
start_event
=
CreateEventW
(
NULL
,
0
,
0
,
NULL
);
...
...
@@ -7472,7 +7472,7 @@ static void test_interthread_messages(void)
handle
=
0
;
ret
=
pGetCurrentActCtx
(
&
handle
);
ok
(
ret
,
"GetCurentActCtx failed: %u
\n
"
,
GetLastError
());
ok
(
ret
,
"GetCur
r
entActCtx failed: %u
\n
"
,
GetLastError
());
ok
(
handle
!=
0
,
"active context %p
\n
"
,
handle
);
pReleaseActCtx
(
handle
);
...
...
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