mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
fix build on Debian mips64el
This commit is contained in:
parent
49fd4acef8
commit
c7341545b2
1 changed files with 3 additions and 5 deletions
|
@ -23,7 +23,9 @@
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Set the platform define
|
// Set the platform define
|
||||||
#ifdef __mips64
|
#if defined(_LINUX) || defined(_MACOSX) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||||
|
#define _UNIX
|
||||||
|
#elif __mips64
|
||||||
#ifndef _PS2
|
#ifndef _PS2
|
||||||
#define _PS2
|
#define _PS2
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,10 +36,6 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_LINUX) || defined(_MACOSX) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
|
||||||
#define _UNIX
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_XBOX) || defined (_X360)
|
#if defined(_XBOX) || defined (_X360)
|
||||||
#if _XBOX_VER >= 200
|
#if _XBOX_VER >= 200
|
||||||
#define _X360
|
#define _X360
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue