9 Aug
2005
9 Aug
'05
10:43 a.m.
ChangeSet ID: 19398 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/08/09 05:43:47 Modified files: dlls/ntdll : virtual.c thread.c ntdll_misc.h Log message: Added a VIRTUAL_alloc_teb function to allocate TEBs while making sure they don't end up above the address space limit. Patch: http://cvs.winehq.org/patch.py?id=19398 Old revision New revision Changes Path 1.59 1.60 +47 -2 wine/dlls/ntdll/virtual.c 1.34 1.35 +30 -42 wine/dlls/ntdll/thread.c 1.62 1.63 +1 -1 wine/dlls/ntdll/ntdll_misc.h