Fixed ifdef order.

This commit is contained in:
Бранимир Караџић
2019-06-16 09:09:11 -07:00
parent daab5c96e5
commit a8cf4e3b07
5 changed files with 18 additions and 19 deletions

View File

@@ -74,9 +74,9 @@ namespace bx
# elif 0 \
|| BX_PLATFORM_ANDROID \
|| BX_PLATFORM_BSD \
|| BX_PLATFORM_HAIKU \
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_HAIKU
|| BX_PLATFORM_OSX
# define fseeko64 fseeko
# define ftello64 ftello
# elif BX_PLATFORM_PS4