fix build
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 1 Dec 2009 02:03:34 +0000 (02:03 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 1 Dec 2009 02:03:34 +0000 (02:03 +0000)
svn path=/branches/ros-amd64-bringup/; revision=44337

reactos/include/ddk/wdm.h

index 38fdb0e..e821cbc 100644 (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;