ChangeSet ID: 15573 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/20 13:59:48
Modified files: include : winternl.h psapi.h dlls/psapi : psapi_main.c psapi.spec dlls/ntdll : virtual.c
Log message: Hans Leidekker hans@it.vu.nl Stub implementations for EnumPageFiles{A,W}, GetProcessImageFileName{A,W}. Implement GetPerformanceInfo, GetProcessMemoryInfo on top of NtQueryInformationProcess and GetWsChanges, QueryWorkingSet{,Ex} on top of NtQueryVirtualMemory.
Patch: http://cvs.winehq.org/patch.py?id=15573
Old revision New revision Changes Path 1.103 1.104 +5 -3 wine/include/winternl.h 1.8 1.9 +4 -3 wine/include/psapi.h 1.21 1.22 +123 -15 wine/dlls/psapi/psapi_main.c 1.12 1.13 +6 -5 wine/dlls/psapi/psapi.spec 1.43 1.44 +6 -1 wine/dlls/ntdll/virtual.c