ChangeSet ID: 8558 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/06/23 13:12:28
Modified files: scheduler : syslevel.c pthread.c memory : heap.c files : smb.c profile.c dlls/ntdll : heap.c dlls/kernel : kernel_main.c console.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - in kernel32, replaced all {Enter|Leave}CriticalSection calls with ntdll counterparts - {Enter|Leave}CriticalSection is now a pure forward from kernel32 to ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32) - replaced a few kernel32 heap management calls from ntdll, with RtlHeap* equivalents
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8558
Old revision New revision Changes Path 1.35 1.36 +3 -3 wine/scheduler/syslevel.c 1.32 1.33 +12 -12 wine/scheduler/pthread.c 1.62 1.63 +0 -20 wine/memory/heap.c 1.18 1.19 +42 -40 wine/files/smb.c 1.87 1.88 +16 -16 wine/files/profile.c 1.20 1.21 +11 -1 wine/dlls/ntdll/heap.c 1.44 1.45 +2 -2 wine/dlls/kernel/kernel_main.c 1.17 1.18 +6 -6 wine/dlls/kernel/console.c