fix build on Debian mips64el

This commit is contained in:
Sébastien Noel 2025-03-19 08:38:01 +01:00
parent 49fd4acef8
commit c7341545b2

View file

@ -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