mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Build fixes for Mac OS X, thanks to Alex
svn path=/trunk/; revision=28406
This commit is contained in:
@@ -99,7 +99,7 @@ filelen ( FILE* f )
|
||||
#ifdef WIN32
|
||||
return _filelengthi64 ( _fileno(f) );
|
||||
#else
|
||||
# ifdef __FreeBSD__
|
||||
# if defined(__FreeBSD__) || defined(__APPLE__)
|
||||
struct stat file_stat;
|
||||
if ( fstat(fileno(f), &file_stat) != 0 )
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user