wine/ include/wine/server.h include/wine/serve ...
ChangeSet ID: 101742653680532724883324 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)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
participants (1)
-
Alexandre Julliard