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:
Soren Jorvang 2010-12-03 14:56:55 +00:00
parent 44285c2b30
commit 63d690e94c
1 changed files with 1 additions and 0 deletions

View File

@ -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.