ChangeSet ID: 16253 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/02/22 13:33:51 Modified files: dlls/ntdll : virtual.c thread.c relay.c loader.c heap.c handletable.c Log message: Ivan Leo Puoti <ivanleo(a)gmail.com> Replace GetCurrentProcess() with NtCurrentProcess() in ntdll. Patch: http://cvs.winehq.org/patch.py?id=16253 Old revision New revision Changes Path 1.45 1.46 +5 -5 wine/dlls/ntdll/virtual.c 1.23 1.24 +5 -5 wine/dlls/ntdll/thread.c 1.16 1.17 +3 -3 wine/dlls/ntdll/relay.c 1.83 1.84 +6 -6 wine/dlls/ntdll/loader.c 1.31 1.32 +8 -8 wine/dlls/ntdll/heap.c 1.1 1.2 +3 -3 wine/dlls/ntdll/handletable.c