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
132937a4
Commit
132937a4
authored
Jun 21, 2012
by
Julian Rüger
Committed by
Alexandre Julliard
Jun 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntprint/tests: Fix some typos.
parent
4d22dc44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ntprint.c
dlls/ntprint/tests/ntprint.c
+3
-3
No files found.
dlls/ntprint/tests/ntprint.c
View file @
132937a4
...
...
@@ -71,7 +71,7 @@ static void test_PSetupCreateMonitorInfo(VOID)
SetLastError
(
0xdeadbeef
);
mi
=
pPSetupCreateMonitorInfo
(
NULL
,
NULL
,
NULL
);
if
(
!
mi
&&
(
GetLastError
()
==
RPC_S_SERVER_UNAVAILABLE
))
{
win_skip
(
"The
Service 'Spooler' is required for many test
\n
"
);
win_skip
(
"The
service 'Spooler' is required for many tests
\n
"
);
return
;
}
ok
(
mi
!=
NULL
,
"got %p with %u (expected '!= NULL')
\n
"
,
mi
,
GetLastError
());
...
...
@@ -101,7 +101,7 @@ static void test_PSetupDestroyMonitorInfo(VOID)
SetLastError
(
0xdeadbeef
);
mi
=
pPSetupCreateMonitorInfo
(
NULL
,
NULL
,
NULL
);
if
(
!
mi
&&
(
GetLastError
()
==
RPC_S_SERVER_UNAVAILABLE
))
{
win_skip
(
"The
Service 'Spooler' is required for many test
\n
"
);
win_skip
(
"The
service 'Spooler' is required for many tests
\n
"
);
return
;
}
ok
(
mi
!=
NULL
,
"got %p with %u (expected '!= NULL')
\n
"
,
mi
,
GetLastError
());
...
...
@@ -113,7 +113,7 @@ static void test_PSetupDestroyMonitorInfo(VOID)
/* lasterror is returned */
trace
(
"returned with %u
\n
"
,
GetLastError
());
/* Try
to destroy the handle twice crash
with native ntprint.dll */
/* Try
ing to destroy the handle twice crashes
with native ntprint.dll */
if
(
0
)
{
SetLastError
(
0xdeadbeef
);
pPSetupDestroyMonitorInfo
(
mi
);
...
...
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