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
0b9090ac
Commit
0b9090ac
authored
Jan 08, 2019
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Avoid using attributes on elaborated type specifier.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f976fb53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
winnt.h
include/winnt.h
+2
-3
No files found.
include/winnt.h
View file @
0b9090ac
...
...
@@ -778,10 +778,9 @@ typedef struct _SINGLE_LIST_ENTRY {
#ifdef _WIN64
typedef
struct
DECLSPEC_ALIGN
(
16
)
_SLIST_ENTRY
*
PSLIST_ENTRY
;
typedef
struct
DECLSPEC_ALIGN
(
16
)
_SLIST_ENTRY
{
PSLIST_ENTRY
Next
;
}
SLIST_ENTRY
;
struct
_SLIST_ENTRY
*
Next
;
}
SLIST_ENTRY
,
*
PSLIST_ENTRY
;
typedef
union
DECLSPEC_ALIGN
(
16
)
_SLIST_HEADER
{
struct
{
...
...
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