Author: hpoussin Date: Wed Jul 30 02:29:55 2008 New Revision: 34945
URL: http://svn.reactos.org/svn/reactos?rev=34945&view=rev Log: unix define doesn't mean we're on a x86 compatible machine
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=34... ============================================================================== --- trunk/reactos/include/psdk/winnt.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winnt.h [iso-8859-1] Wed Jul 30 02:29:55 2008 @@ -2011,7 +2011,7 @@ } ACL_SIZE_INFORMATION;
/* FIXME: add more machines */ -#if defined(_X86_) || defined(unix) && !defined(__PowerPC__) +#if defined(_X86_) && !defined(__PowerPC__) #define SIZE_OF_80387_REGISTERS 80 #define CONTEXT_i386 0x10000 #define CONTEXT_i486 0x10000