ChangeSet ID: 14141 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/11 15:59:07
Modified files: include : winternl.h dlls/ntdll : virtual.c thread.c relay.c loader.c heap.c env.c dlls/kernel : virtual.c process.c
Log message: Robert Shearman rob@codeweavers.com Fix NtAllocateVirtualMemory declaration and fix users of the function.
Patch: http://cvs.winehq.org/patch.py?id=14141
Old revision New revision Changes Path 1.95 1.96 +1 -1 wine/include/winternl.h 1.40 1.41 +9 -6 wine/dlls/ntdll/virtual.c 1.22 1.23 +6 -3 wine/dlls/ntdll/thread.c 1.15 1.16 +4 -3 wine/dlls/ntdll/relay.c 1.77 1.78 +2 -1 wine/dlls/ntdll/loader.c 1.28 1.29 +6 -6 wine/dlls/ntdll/heap.c 1.13 1.14 +5 -4 wine/dlls/ntdll/env.c 1.3 1.4 +2 -2 wine/dlls/kernel/virtual.c 1.76 1.77 +5 -2 wine/dlls/kernel/process.c