wine/ server/trace.c include/winternl.h includ ...

Alexandre Julliard julliard at winehq.org
Fri Apr 16 00:00:46 CDT 2004


ChangeSet ID:	12015
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/16 00:00:46

Modified files:
	server         : trace.c 
	include        : winternl.h thread.h 
	dlls/ntdll     : path.c env.c 
	dlls/kernel    : task.c process.c 

Log message:
	RtlSetCurrentDirectory_U: store a handle to the current directory
	along with its name.

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

Old revision  New revision  Changes     Path
 1.201         1.202         +3 -3       wine/server/trace.c
 1.73          1.74          +1 -2       wine/include/winternl.h
 1.94          1.95          +1 -1       wine/include/thread.h
 1.23          1.24          +46 -43     wine/dlls/ntdll/path.c
 1.10          1.11          +4 -4       wine/dlls/ntdll/env.c
 1.16          1.17          +7 -6       wine/dlls/kernel/task.c
 1.52          1.53          +8 -8       wine/dlls/kernel/process.c




More information about the wine-cvs mailing list