Alexandre Julliard : ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection .

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 19 06:29:18 CST 2007


Module: wine
Branch: master
Commit: 02e2fa77985b1e4994a13c79e58d7d8ec209c6ca
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=02e2fa77985b1e4994a13c79e58d7d8ec209c6ca

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jan 18 15:17:51 2007 +0100

ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection.

---

 dlls/kernel32/tests/virtual.c  |   60 ++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/sync.c              |   20 +++++++++++++
 dlls/ntdll/virtual.c           |   44 +++++++++++++++++++++++------
 include/wine/server_protocol.h |   33 +++++++++++++++++++++-
 server/protocol.def            |   31 ++++++++++++++++++++
 server/thread.c                |   16 ++++++++++
 server/trace.c                 |   18 ++++++++++++
 7 files changed, 212 insertions(+), 10 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=02e2fa77985b1e4994a13c79e58d7d8ec209c6ca



More information about the wine-cvs mailing list