Alexandre Julliard : server: Store a mapping instead of a file for process dlls.

Alexandre Julliard julliard at winehq.org
Mon Apr 18 11:10:59 CDT 2011


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Apr 18 14:14:40 2011 +0200

server: Store a mapping instead of a file for process dlls.

---

 dlls/ntdll/loader.c            |   20 +++++++++++++-------
 include/wine/server_protocol.h |    4 ++--
 server/debugger.c              |    8 +++++---
 server/file.c                  |    6 ------
 server/file.h                  |    3 ++-
 server/mapping.c               |    6 ++++++
 server/process.c               |   18 +++++++++---------
 server/process.h               |    2 +-
 server/protocol.def            |    2 +-
 server/request.h               |    2 +-
 server/trace.c                 |    2 +-
 11 files changed, 41 insertions(+), 32 deletions(-)

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



More information about the wine-cvs mailing list