ChangeSet ID: 1012673632897946571931243 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/02/02 13:13:52
Modified files: dlls/gdi : driver.c loader : module.c scheduler : process.c thread.c
Log message: Do not use the PEB lock as loader lock, use a separate critical section for that (and for the graphics drivers).
Patch: http://cvs.winehq.com/patch.py?id=1012673632897946571931243
Revision Changes Path 1.7 +11 -11 wine/dlls/gdi/driver.c 1.147 +31 -23 wine/loader/module.c 1.170 +1 -4 wine/scheduler/process.c 1.114 +0 -1 wine/scheduler/thread.c