include: Avoid using attributes on elaborated type specifier.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2019-01-08 20:19:05 +01:00 committed by Alexandre Julliard
parent f976fb53ad
commit 0b9090acca

View file

@ -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 {