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
a07e0c5a
Commit
a07e0c5a
authored
Oct 08, 2013
by
Qian Hong
Committed by
Alexandre Julliard
Oct 08, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Fixed typo in comments.
parent
7260277e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
winstation.c
dlls/user32/tests/winstation.c
+2
-2
No files found.
dlls/user32/tests/winstation.c
View file @
a07e0c5a
...
...
@@ -526,7 +526,7 @@ todo_wine
ok
(
GetLastError
()
==
0xdeadbeef
,
"unexpected last error %08x
\n
"
,
GetLastError
());
ok
(
ret
==
1
,
"unexpected return count %d
\n
"
,
ret
);
/* Set thread desktop to the new desktop, SendInput should fail
ed
. */
/* Set thread desktop to the new desktop, SendInput should fail. */
new_desk
=
CreateDesktopA
(
"new_desk"
,
NULL
,
NULL
,
0
,
DESKTOP_ALL_ACCESS
,
NULL
);
ok
(
new_desk
!=
NULL
,
"CreateDesktop failed!
\n
"
);
ret
=
SetThreadDesktop
(
new_desk
);
...
...
@@ -573,7 +573,7 @@ todo_wine
ok
(
GetLastError
()
==
0xdeadbeef
,
"unexpected last error %08x
\n
"
,
GetLastError
());
ok
(
ret
==
1
,
"unexpected return count %d
\n
"
,
ret
);
/* Switch input desktop to the new desktop, SendInput should fail
ed
. */
/* Switch input desktop to the new desktop, SendInput should fail. */
ret
=
SwitchDesktop
(
new_desk
);
ok
(
ret
,
"SwitchDesktop failed!
\n
"
);
input_desk
=
OpenInputDesktop
(
0
,
FALSE
,
DESKTOP_ALL_ACCESS
);
...
...
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