- rewrote the file code so that streams manage low level file desc
commitbcc2a5c540bea242e52fb81c026317e8766b3f64
authorEric Pouech <pouech-eric@wanadoo.fr>
Wed, 12 May 2004 00:12:26 +0000 (12 00:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 May 2004 00:12:26 +0000 (12 00:12 +0000)
treef9056a63d2aa80622efa2e5b539f5c4a885c9d51
parent4b2a99b4d469844120d72ad50a0729e0a36d9b9a
- rewrote the file code so that streams manage low level file desc
  (the code was written the other way around)
- reworked the flag handling code (now the stream._flag is closer to
  what MS does)
- simplified temp files handling by using FILE_FLAG_DELETE_ON_CLOSE in
  CreateFile
- fixed a couple of bugs
dlls/msvcrt/data.c
dlls/msvcrt/file.c
include/msvcrt/stdio.h