mirror of
https://github.com/libretro/bnes-libretro.git
synced 2024-11-27 02:20:22 +00:00
Enabled build on Haiku target
This commit is contained in:
parent
b3b740fae1
commit
0523566b42
@ -7,6 +7,11 @@
|
||||
#include <nall/utility.hpp>
|
||||
#include <nall/windows/utf8.hpp>
|
||||
|
||||
#if defined(__HAIKU__)
|
||||
// in Haiku, stat64 is just a stat
|
||||
#define stat64 stat
|
||||
#endif
|
||||
|
||||
namespace nall {
|
||||
inline FILE* fopen_utf8(const string &utf8_filename, const char *mode) {
|
||||
#if !defined(_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user