MacOS lacks 64-bit-specific offset bits for file functions:

Use plain off_t-based functions if HAS_OFF64T is false.
This commit is contained in:
C.W. Betts 2021-05-19 15:23:17 -06:00
commit f63b06f5f6

View file

@ -137,7 +137,7 @@ pcem_LDADD += wx.res
endif
if !HAS_OFF64T
#pcem_CFLAGS += -Doff64_t=off_t -Dfopen64=fopen -Dfseeko64=fseek -Dftello64=ftell
pcem_CFLAGS += -Doff64_t=off_t -Dfopen64=fopen -Dfseeko64=fseeko -Dftello64=ftello
endif
if RELEASE_BUILD