mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
fix build on Debian mips64el (#700)
Co-authored-by: smallmodel <15067410+smallmodel@users.noreply.github.com>
This commit is contained in:
parent
921726e0b8
commit
fdab158290
1 changed files with 3 additions and 5 deletions
|
@ -23,7 +23,9 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// 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
|
||||
#define _PS2
|
||||
#endif
|
||||
|
@ -34,10 +36,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(_LINUX) || defined(_MACOSX) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
||||
#define _UNIX
|
||||
#endif
|
||||
|
||||
#if defined(_XBOX) || defined (_X360)
|
||||
#if _XBOX_VER >= 200
|
||||
#define _X360
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue