On Mon, 19 Feb 2001, Eric Kohl wrote:
This patch fixes the MS Jet Database Engine. Overlapped reads and writes must fail on Win9x.
That would depend on the file type. Overlapped read and write is supposed to be allowed for sockets and serial ports even on win9x, but for ordinary files only on winNT, as far as I remember.