ChangeSet ID: 1032288882477403665500791 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/17 13:54:42
Modified files: dlls/kernel : kernel32.spec dlls/ntdll : Makefile.in heap.c nt.c ntdll.spec include : winbase.h winnt.h winternl.h include/wine : server_protocol.h memory : virtual.c server : mapping.c protocol.def trace.c Added files: dlls/ntdll : virtual.c
Log message: Implemented the ntdll virtual memory functions, and made the kernel functions use them.
Patch: http://cvs.winehq.com/patch.py?id=1032288882477403665500791
Revision Changes Path 1.61 +1 -1 wine/dlls/kernel/kernel32.spec 1.36 +1 -0 wine/dlls/ntdll/Makefile.in 1.10 +28 -22 wine/dlls/ntdll/heap.c 1.45 +0 -73 wine/dlls/ntdll/nt.c 1.78 +22 -22 wine/dlls/ntdll/ntdll.spec 1.1 +0 -0 wine/dlls/ntdll/virtual.c 1.158 +5 -4 wine/include/winbase.h 1.127 +7 -0 wine/include/winnt.h 1.5 +16 -0 wine/include/winternl.h 1.39 +2 -1 wine/include/wine/server_protocol.h 1.86 +319 -1534 wine/memory/virtual.c 1.35 +1 -3 wine/server/mapping.c 1.40 +1 -0 wine/server/protocol.def 1.136 +1 -0 wine/server/trace.c