mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
unix define doesn't mean we're on a x86 compatible machine
svn path=/trunk/; revision=34945
This commit is contained in:
parent
aa8cad03d0
commit
9b55463daa
1 changed files with 1 additions and 1 deletions
|
@ -2011,7 +2011,7 @@ typedef struct _ACL_SIZE_INFORMATION {
|
|||
} 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
|
||||
|
|
Loading…
Reference in a new issue