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
e5531732
Commit
e5531732
authored
Apr 14, 2020
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winapi_test: Clarify the error message regarding struct size and alignment.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
13c69ae8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
winapi_test
tools/winapi/winapi_test
+1
-1
No files found.
tools/winapi/winapi_test
View file @
e5531732
...
...
@@ -276,7 +276,7 @@ sub _find_align_kind_size($) {
}
elsif
(
/^(struct|union)$/
)
{
$kind
=
$1
;
if
(
!
$size_parse_reported
{
$_
})
{
$output
->
write
(
"
$type_name: can't parse type
\n"
);
$output
->
write
(
"
cannot compute the size and alignment of $type_name types
\n"
);
$size_parse_reported
{
$_
}
=
1
;
}
}
elsif
(
/^\w+\s*\((?:\s*CALLBACK|\s*NTAPI|\s*WINAPI)?\s*\*\s*\)\s*\(.*?\)$/
)
{
...
...
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