André Hentschel : include: Better detect MIPS architecture.
1 Nov
2010
1 Nov
'10
4:54 p.m.
Module: wine Branch: master Commit: 98998cbad5c7290af6850bb3d52fec380f7c252e URL: http://source.winehq.org/git/wine.git/?a=commit;h=98998cbad5c7290af6850bb3d5... Author: André Hentschel <nerv(a)dawncrow.de> Date: Fri Oct 29 16:34:47 2010 +0200 include: Better detect MIPS architecture. --- include/winnt.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/winnt.h b/include/winnt.h index 3c38acc..f4e24d6 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -1309,7 +1309,7 @@ typedef struct _CONTEXT { /* Mips context definitions */ -#ifdef _MIPS_ +#if defined(_MIPS_) || defined(__MIPS__) || defined(__mips__) #define CONTEXT_R4000 0x00010000
5521
Age (days ago)
5521
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard