mingw compatibility fixes

svn path=/trunk/; revision=17443
This commit is contained in:
Royce Mitchell III 2005-08-19 21:21:05 +00:00
parent 623af9cd28
commit 595c382dbc
4 changed files with 11 additions and 11 deletions

View file

@ -14,8 +14,8 @@
#define nelem(x) ( sizeof(x) / sizeof(x[0]) )
#endif//nelem
using File::filesize_t;
using File::fileoff_t;
typedef File::filesize_t filesize_t;
typedef File::fileoff_t fileoff_t;
fileoff_t File::seek ( fileoff_t offset )