wine/ include/msvcrt/stdio.h dlls/msvcrt/file. ...

Alexandre Julliard julliard at winehq.org
Tue May 11 19:12:26 CDT 2004


ChangeSet ID:	12338
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/05/11 19:12:26

Modified files:
	include/msvcrt : stdio.h 
	dlls/msvcrt    : file.c data.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- 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

Patch: http://cvs.winehq.org/patch.py?id=12338

Old revision  New revision  Changes     Path
 1.18          1.19          +0 -2       wine/include/msvcrt/stdio.h
 1.65          1.66          +348 -266   wine/dlls/msvcrt/file.c
 1.21          1.22          +3 -1       wine/dlls/msvcrt/data.c




More information about the wine-cvs mailing list