Author: tkreuzer
Date: Tue Dec 1 03:03:34 2009
New Revision: 44337
URL:
http://svn.reactos.org/svn/reactos?rev=44337&view=rev
Log:
fix build
Modified:
branches/ros-amd64-bringup/reactos/include/ddk/wdm.h
Modified: branches/ros-amd64-bringup/reactos/include/ddk/wdm.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ddk/wdm.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ddk/wdm.h [iso-8859-1] Tue Dec 1 03:03:34
2009
@@ -576,7 +576,7 @@
#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;