commit | bcc2a5c540bea242e52fb81c026317e8766b3f64 | [log] [tgz] |
---|---|---|
author | Eric Pouech <pouech-eric@wanadoo.fr> | Wed May 12 00:12:26 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed May 12 00:12:26 2004 +0000 |
tree | f9056a63d2aa80622efa2e5b539f5c4a885c9d51 | |
parent | 4b2a99b4d469844120d72ad50a0729e0a36d9b9a [diff] |
- 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