4.4BSD derived OS'es always have 64-bit file sizes.
XXX This should probably be in CommonFuncs.h or something. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6512 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
44285c2b30
commit
63d690e94c
|
@ -50,6 +50,7 @@
|
||||||
|
|
||||||
#ifdef BSD4_4
|
#ifdef BSD4_4
|
||||||
#define stat64 stat // XXX
|
#define stat64 stat // XXX
|
||||||
|
#define fstat64 fstat // XXX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// This namespace has various generic functions related to files and paths.
|
// This namespace has various generic functions related to files and paths.
|
||||||
|
|
Loading…
Reference in New Issue