Initial Haiku support (#207)

* Initial Haiku support

* makefile support

* Makefile fix, add genie for Haiku64

* Revert testchanges
This commit is contained in:
miqlas
2019-06-16 18:04:56 +02:00
committed by Бранимир Караџић
parent c3fab81d8d
commit daab5c96e5
8 changed files with 59 additions and 12 deletions

View File

@@ -75,7 +75,8 @@ namespace bx
|| BX_PLATFORM_ANDROID \
|| BX_PLATFORM_BSD \
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_HAIKU
# define fseeko64 fseeko
# define ftello64 ftello
# elif BX_PLATFORM_PS4