ChangeSet ID: 8346 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/21 22:44:02
Modified files: scheduler : thread.c programs/winedbg: winedbg.c memory : heap.c loader : module.c include : winternl.h thread.h dlls/ntdll : ntdll_misc.h heap.c
Log message: Start to make use of the proper PEB structure for process information.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8346
Old revision New revision Changes Path 1.137 1.138 +2 -2 wine/scheduler/thread.c 1.10 1.11 +0 -1 wine/programs/winedbg/winedbg.c 1.61 1.62 +1 -2 wine/memory/heap.c 1.184 1.185 +3 -8 wine/loader/module.c 1.37 1.38 +61 -10 wine/include/winternl.h 1.70 1.71 +1 -2 wine/include/thread.h 1.16 1.17 +1 -43 wine/dlls/ntdll/ntdll_misc.h 1.19 1.20 +1 -2 wine/dlls/ntdll/heap.c