Implemented the ntdll virtual memory functions, and made the kernel
authorAlexandre Julliard <julliard@winehq.org>
Tue, 17 Sep 2002 18:54:42 +0000 (18:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Sep 2002 18:54:42 +0000 (18:54 +0000)
commit341b7dceb4f704588f53088db681ae73e70a2e4a
tree4777d4646484efa5deefd51c1977476d646c0104
parent4131aaa9f113973df2207b8309a3441c3baf4ed5
Implemented the ntdll virtual memory functions, and made the kernel
functions use them.
14 files changed:
dlls/kernel/kernel32.spec
dlls/ntdll/Makefile.in
dlls/ntdll/heap.c
dlls/ntdll/nt.c
dlls/ntdll/ntdll.spec
dlls/ntdll/virtual.c [new file with mode: 0644]
include/winbase.h
include/wine/server_protocol.h
include/winnt.h
include/winternl.h
memory/virtual.c
server/mapping.c
server/protocol.def
server/trace.c