1
0
forked from 0ad/0ad

add lseek (needed for uncached_io)

This was SVN commit r667.
This commit is contained in:
janwas 2004-07-09 00:17:55 +00:00
parent af9c336b43
commit bad0b0629d

View File

@ -257,6 +257,8 @@ extern int open(const char* fn, int mode, ...);
#define write _write
_CRTIMP int read(int, void*, size_t);
_CRTIMP int write(int, void*, size_t);
_CRTIMP off_t lseek(int fd, off_t ofs, int whence);
// redefinition error here => io.h is getting included somewhere.
// we implement this function, so the io.h definition conflicts if