Author: tkreuzer Date: Sat Oct 17 21:19:22 2009 New Revision: 43538
URL: http://svn.reactos.org/svn/reactos?rev=43538&view=rev Log: disable ROS_LONG64 hack for amd64
Modified: trunk/reactos/include/psdk/winnt.h
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=43... ============================================================================== --- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Sat Oct 17 21:19:22 2009 @@ -106,7 +106,7 @@ #endif typedef char CHAR; typedef short SHORT; -#ifndef __ROS_LONG64__ +#if !defined(__ROS_LONG64__) || defined(_M_AMD64) typedef long LONG; #else typedef int LONG; @@ -3278,8 +3278,8 @@ ULONGLONG Alignment; struct { SLIST_ENTRY Next; - WORD Depth; - WORD Sequence; + USHORT Depth; + USHORT Sequence; } DUMMYSTRUCTNAME; } SLIST_HEADER, *PSLIST_HEADER; #endif