mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
include endian.h (#3399)
This commit is contained in:
parent
788a4e1cf8
commit
fe349e80ba
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
|
|
||||||
|
#include <endian.h>
|
||||||
|
|
||||||
#define OS_STRING "linux"
|
#define OS_STRING "linux"
|
||||||
#define ID_INLINE inline
|
#define ID_INLINE inline
|
||||||
#define PATH_SEP '/'
|
#define PATH_SEP '/'
|
||||||
|
|
Loading…
Reference in a new issue