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
34accb38
Commit
34accb38
authored
Jun 15, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 15, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32/tests: Small indentation fix.
parent
8396dad5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
clipping.c
dlls/gdi32/tests/clipping.c
+7
-7
No files found.
dlls/gdi32/tests/clipping.c
View file @
34accb38
...
...
@@ -189,13 +189,13 @@ static void test_ExtCreateRegion(void)
HRGN
hrgn
;
XFORM
xform
;
if
(
0
)
/* crashes under Win9x */
{
SetLastError
(
0xdeadbeef
);
hrgn
=
ExtCreateRegion
(
NULL
,
0
,
NULL
);
ok
(
!
hrgn
,
"ExtCreateRegion should fail
\n
"
);
ok
(
GetLastError
()
==
ERROR_INVALID_PARAMETER
,
"ERROR_INVALID_PARAMETER, got %u
\n
"
,
GetLastError
());
}
if
(
0
)
/* crashes under Win9x */
{
SetLastError
(
0xdeadbeef
);
hrgn
=
ExtCreateRegion
(
NULL
,
0
,
NULL
);
ok
(
!
hrgn
,
"ExtCreateRegion should fail
\n
"
);
ok
(
GetLastError
()
==
ERROR_INVALID_PARAMETER
,
"ERROR_INVALID_PARAMETER, got %u
\n
"
,
GetLastError
());
}
rgn
.
data
.
rdh
.
dwSize
=
0
;
rgn
.
data
.
rdh
.
iType
=
0
;
...
...
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