ChangeSet ID: 12620 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/14 19:52:03
Modified files: include : winternl.h dlls/ntdll : thread.c ntdll.spec critsection.c dlls/kernel : sync.c kernel_main.c kernel32.spec
Log message: Store the number of processors in the PEB structure. More correct support for setting critical section spin counts (based on a patch by Robert Shearman).
Patch: http://cvs.winehq.org/patch.py?id=12620
Old revision New revision Changes Path 1.82 1.83 +4 -1 wine/include/winternl.h 1.18 1.19 +5 -4 wine/dlls/ntdll/thread.c 1.155 1.156 +1 -0 wine/dlls/ntdll/ntdll.spec 1.24 1.25 +32 -13 wine/dlls/ntdll/critsection.c 1.56 1.57 +0 -23 wine/dlls/kernel/sync.c 1.63 1.64 +5 -0 wine/dlls/kernel/kernel_main.c 1.135 1.136 +1 -1 wine/dlls/kernel/kernel32.spec