fix build

svn path=/branches/ros-amd64-bringup/; revision=44337
This commit is contained in:
Timo Kreuzer 2009-12-01 02:03:34 +00:00
parent 2fdf38accf
commit b2bc2c64b7

View file

@ -576,7 +576,7 @@ InterlockedAdd64(
#define _SLIST_HEADER_
#if defined(_WIN64)
typedef struct DECLSPEC_ALIGN(16) _SLIST_ENTRY *PSLIST_ENTRY;
typedef struct _SLIST_ENTRY *PSLIST_ENTRY;
typedef struct DECLSPEC_ALIGN(16) _SLIST_ENTRY {
PSLIST_ENTRY Next;
} SLIST_ENTRY;