Add fseeko/ftello defines that got missed during the first-pass.

Originally committed to SVN as r2628.
This commit is contained in:
Amar Takhar 2009-01-04 07:23:06 +00:00
parent d5fe9e331f
commit bf671135e9
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@
#include "stdiostream.h"
#include <errno.h>
#ifdef __UNIX__
#define _fseeki64 fseeko
#define _ftelli64 ftello
#endif
/* StdIoStream methods */
/* read count bytes into buffer starting at file position pos