Vitaliy Margolen : Move event and mutex objects into directory name space.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Dec 2 09:45:47 CST 2005


Module: wine
Branch: refs/heads/master
Commit: f676bc8d85bdf890caece85e030099bde4ebc139
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=f676bc8d85bdf890caece85e030099bde4ebc139

Author: Vitaliy Margolen <wine-patch at kievinfo.com>
Date:   Fri Dec  2 14:55:48 2005

Move event and mutex objects into directory name space.

---

 dlls/kernel/kernel_private.h   |    3 +++
 dlls/kernel/sync.c             |   30 ++++++++++++++++++++++++++++++
 dlls/ntdll/sync.c              |    4 ++++
 dlls/ntdll/tests/om.c          |   12 ++++++------
 include/wine/server_protocol.h |    6 +++++-
 server/console.c               |    2 +-
 server/event.c                 |   22 +++++++++++++++++-----
 server/mutex.c                 |   21 +++++++++++++++++----
 server/named_pipe.c            |    2 +-
 server/object.h                |    4 ++--
 server/process.c               |    2 +-
 server/protocol.def            |    4 ++++
 server/trace.c                 |    4 ++++
 13 files changed, 95 insertions(+), 21 deletions(-)




More information about the wine-cvs mailing list