wine/ include/wine/server.h include/wine/serve ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 29 12:28:56 CST 2002


ChangeSet ID:	101742653680532724883324
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/03/29 12:28:56

Modified files:
	include/wine   : server.h server_protocol.h 
	memory         : environ.c 
	scheduler      : process.c 
	server         : process.c protocol.def request.h trace.c 

Log message:
	Transfer the full process startup info as well as the command-line
	through the server.

Patch: http://cvs.winehq.com/patch.py?id=101742653680532724883324

Revision  Changes    Path
 1.5      +1 -1      wine/include/wine/server.h
 1.30     +45 -7     wine/include/wine/server_protocol.h
 1.29     +103 -3    wine/memory/environ.c
 1.173    +39 -9     wine/scheduler/process.c
 1.80     +52 -34    wine/server/process.c
 1.31     +36 -6     wine/server/protocol.def
 1.67     +2 -0      wine/server/request.h
 1.128    +58 -9     wine/server/trace.c




More information about the wine-cvs mailing list