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:
parent
40a48a4c7c
commit
f63b06f5f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue