Re: [patch] win32 io

2002-07-24 Thread Mike Lambert
> * win32 can flush it's file buffers (FlushFileBuffers()) > * SetFilePointer knows about whence, win32 constants (values, not names) are the >same as in linux. Applied, thanks. Mike Lambert

[patch] win32 io

2002-07-16 Thread Daniel Ritz
* win32 can flush it's file buffers (FlushFileBuffers()) * SetFilePointer knows about whence, win32 constants (values, not names) are the same as in linux. remarks: FlushFileBuffers doesn't work for console handles, ms help file says: Windows NT: The function fails if hFile is a handle to cons