mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-31 02:00:03 -06:00
Add Haiku (BeOS-like OS) support (#1858)
This commit is contained in:
@ -27,6 +27,9 @@ A million repetitions of "a"
|
||||
#if defined(__sun)
|
||||
#include "solarisfixes.h"
|
||||
#endif
|
||||
#if defined(__HAIKU__)
|
||||
#include <ByteOrder.h>
|
||||
#endif
|
||||
#include "sha1.h"
|
||||
|
||||
#ifndef BYTE_ORDER
|
||||
|
Reference in New Issue
Block a user