wine/ server/trace.c server/snapshot.c server/ ...

Alexandre Julliard julliard at winehq.org
Mon Sep 15 20:07:22 CDT 2003


ChangeSet ID:	9342
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/09/15 20:07:22

Modified files:
	server         : trace.c snapshot.c protocol.def process.h 
	                 process.c handle.h handle.c 
	include/wine   : server_protocol.h 
	include        : winternl.h 
	dlls/ntdll     : nt.c 

Log message:
	Eric Pouech <pouech-eric at wanadoo.fr>
	- Implemented a few information classes in NtQuerySystemInformation.
	- Added handle information to (wineserver) process snapshot.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9342

Old revision  New revision  Changes     Path
 1.178         1.179         +1 -0       wine/server/trace.c
 1.21          1.22          +1 -0       wine/server/snapshot.c
 1.81          1.82          +1 -0       wine/server/protocol.def
 1.38          1.39          +1 -0       wine/server/process.h
 1.109         1.110         +1 -0       wine/server/process.c
 1.12          1.13          +2 -0       wine/server/handle.h
 1.28          1.29          +6 -0       wine/server/handle.c
 1.82          1.83          +2 -1       wine/include/wine/server_protocol.h
 1.54          1.55          +13 -12     wine/include/winternl.h
 1.56          1.57          +209 -10    wine/dlls/ntdll/nt.c




More information about the wine-cvs mailing list