ChangeSet ID: 7316 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/02/24 14:51:51
Modified files: server : trace.c thread.h thread.c protocol.def process.c scheduler : process.c include/wine : server_protocol.h
Log message: Pass the pid of the new process in the new_process request, don't depend on the parent pid to find the startup info.
Patch: http://cvs.winehq.com/patch.py?id=7316
Old revision New revision Changes Path 1.154 1.155 +2 -2 wine/server/trace.c 1.44 1.45 +0 -2 wine/server/thread.h 1.89 1.90 +0 -2 wine/server/thread.c 1.58 1.59 +1 -1 wine/server/protocol.def 1.97 1.98 +29 -20 wine/server/process.c 1.206 1.207 +89 -19 wine/scheduler/process.c 1.57 1.58 +2 -2 wine/include/wine/server_protocol.h