ChangeSet ID: 11447 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/11 19:59:35
Modified files: dlls/ntdll : sec.c rtlstr.c relay.c reg.c path.c ntdll_misc.h loader.c file.c env.c critsection.c
Log message: Get rid of ntdll_get_process_heap and ntdll_get_process_pmts by using standard APIs instead.
Patch: http://cvs.winehq.org/patch.py?id=11447
Old revision New revision Changes Path 1.41 1.42 +2 -2 wine/dlls/ntdll/sec.c 1.41 1.42 +16 -16 wine/dlls/ntdll/rtlstr.c 1.8 1.9 +3 -3 wine/dlls/ntdll/relay.c 1.47 1.48 +5 -5 wine/dlls/ntdll/reg.c 1.15 1.16 +13 -13 wine/dlls/ntdll/path.c 1.38 1.39 +0 -9 wine/dlls/ntdll/ntdll_misc.h 1.64 1.65 +7 -7 wine/dlls/ntdll/loader.c 1.39 1.40 +3 -3 wine/dlls/ntdll/file.c 1.9 1.10 +9 -8 wine/dlls/ntdll/env.c 1.23 1.24 +3 -4 wine/dlls/ntdll/critsection.c