Fixed OSX build (thanks to @gtbass).

This commit is contained in:
bkaradzic
2012-12-08 18:20:18 -08:00
parent 812e4b2a41
commit 4562c2de18

View File

@@ -15,7 +15,10 @@
#if BX_COMPILER_MSVC
# define fseeko64 _fseeki64
# define ftello64 _ftelli64
#endif // BX_COMPILER_MSVC
#elif BX_PLATFORM_OSX
# define fseeko64 fseeko
# define ftello64 ftello
#endif // BX_
namespace bx
{