Re: [patch] win32 io
> * 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
* 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