mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:11:44 +00:00
mingw compatibility fixes
svn path=/trunk/; revision=17443
This commit is contained in:
parent
623af9cd28
commit
595c382dbc
4 changed files with 11 additions and 11 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue