ChangeSet ID: 8228 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/15 18:11:01
Modified files: windows : user.c scheduler : thread.c process.c loader/ne : segment.c module.c loader : task.c include : user.h module.h dlls/user : user16.c user.exe.spec
Log message: Get rid of the 32-bit user signal proc since we always run builtin USER now. Moved USER module cleanups to the 16-bit signal proc.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8228
Old revision New revision Changes Path 1.93 1.94 +89 -51 wine/windows/user.c 1.136 1.137 +0 -1 wine/scheduler/thread.c 1.216 1.217 +0 -125 wine/scheduler/process.c 1.51 1.52 +26 -1 wine/loader/ne/segment.c 1.129 1.130 +2 -3 wine/loader/ne/module.c 1.131 1.132 +0 -3 wine/loader/task.c 1.51 1.52 +0 -3 wine/include/user.h 1.84 1.85 +1 -24 wine/include/module.h 1.11 1.12 +18 -0 wine/dlls/user/user16.c 1.10 1.11 +1 -1 wine/dlls/user/user.exe.spec