wine/ include/winternl.h files/file.c dlls/ntd ...

Alexandre Julliard julliard at winehq.org
Fri Apr 30 16:03:09 CDT 2004


ChangeSet ID:	12210
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/30 16:03:09

Modified files:
	include        : winternl.h 
	files          : file.c 
	dlls/ntdll     : file.c 
	dlls/kernel    : sync.c file.c 

Log message:
	Added a few more info classes in NtQueryInformationFile.
	Use NT file names in CreateNamedPipeW.
	Reimplemented GetFileInformationByHandle, GetFileSize and GetFileTime
	using ntdll functions.

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

Old revision  New revision  Changes     Path
 1.80          1.81          +60 -0      wine/include/winternl.h
 1.230         1.231         +0 -86      wine/files/file.c
 1.55          1.56          +139 -43    wine/dlls/ntdll/file.c
 1.53          1.54          +10 -7      wine/dlls/kernel/sync.c
 1.14          1.15          +78 -15     wine/dlls/kernel/file.c




More information about the wine-cvs mailing list